Color Hex Logo

#be6448 Color Hex

#BE6448
(190,100,72)
0 Favorites   0 Comments

Color spaces of #be6448

RGB 19010072
HSL0.040.480.51
HSV14°62°75°
CMYK 0.000.470.62   0.25
XYZ26.962120.52948.6724
Yxy20.52940.48010.3655
Hunter Lab45.309426.928020.3682
CIE-Lab52.430633.570831.9326

#be6448 color RGB value is (190,100,72).

#be6448 hex color red value is 190, green value is 100 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #be6448 hue: 0.04 , saturation: 0.48 and the lightness value of be6448 is 0.51.

The process color (four color CMYK) of #be6448 color hex is 0.00, 0.47, 0.62, 0.25. Web safe color of #be6448 is #cc6633. Color #be6448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 01001000
Octal 276 144 110
Decimal 190 100 72
Hex BE 64 48

RGB Percentages of Color #be6448

%52.49
%27.62
%19.89

CMYK Percentages of Color #be6448

%0
%47
%62
%25

Triadic Colors of #be6448

#be6448 #48be64 #6448be

Analogous Colors of #be6448

#be6448 #be9f48 #be4867

Monochromatic Colors of #be6448

#be6448

Complementary Color

#be6448 #48a2be

#be6448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6448 Color CSS Codes

.mybgcolor {background-color:#be6448; } 
.myforecolor {color:#be6448; }
.mybordercolor {border:3px solid #be6448; }

#be6448 Text Font Color

<p style="color:#be6448">Text here</p>

This sample text font color is #be6448
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be6448 Background Color

<div style="background-color:#be6448">
Div content here</div>

This div background color is #be6448


#be6448 Border Color

<div style="border:3px solid #be6448">
Div here</div>

This div border color is #be6448


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,100,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be6448; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be6448;
  -webkit-box-shadow: 1px 1px 3px 2px #be6448;
  box-shadow:         1px 1px 3px 2px #be6448; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,100,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be6448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be6448;
  -webkit-box-shadow: 1px 1px 3px 2px #be6448;
  box-shadow:         1px 1px 3px 2px #be6448;">
Div content here</div>

This div box has shadow with color #be6448


Comments

No comments written yet.

Please login to write comment.