Color Hex Logo

#be904d Color Hex

#BE904D
(190,144,77)
0 Favorites   0 Comments

Color spaces of #be904d

RGB 19014477
HSL0.100.470.52
HSV36°59°75°
CMYK 0.000.240.59   0.25
XYZ32.548031.429511.3722
Yxy31.42950.43200.4171
Hunter Lab56.06205.523427.2164
CIE-Lab62.86859.859241.7931

#be904d color RGB value is (190,144,77).

#be904d hex color red value is 190, green value is 144 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #be904d hue: 0.10 , saturation: 0.47 and the lightness value of be904d is 0.52.

The process color (four color CMYK) of #be904d color hex is 0.00, 0.24, 0.59, 0.25. Web safe color of #be904d is #cc9966. Color #be904d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 01001101
Octal 276 220 115
Decimal 190 144 77
Hex BE 90 4D

RGB Percentages of Color #be904d

%46.23
%35.04
%18.73

CMYK Percentages of Color #be904d

%0
%24
%59
%25

Triadic Colors of #be904d

#be904d #4dbe90 #904dbe

Analogous Colors of #be904d

#be904d #b4be4d #be584d

Monochromatic Colors of #be904d

#be904d

Complementary Color

#be904d #4d7bbe

#be904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be904d Color CSS Codes

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

#be904d Text Font Color

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

This sample text font color is #be904d
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.


#be904d Background Color

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

This div background color is #be904d


#be904d Border Color

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

This div border color is #be904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be904d


Comments

No comments written yet.

Please login to write comment.