#BEB972

Color #BEB972 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BEB972

Tints of Dark Khaki #BEB972

Color information

#BEB972 (or 0xBEB972) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 72. RGB value is (190,185,114). Sum of RGB (Red+Green+Blue) = 190+185+114=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB972 is #41468D. Grayscale: #B2B2B2. Windows color (decimal): -4277902 or 7518654. OLE color: 7518654.

HSL color Cylindrical-coordinate representation of color #BEB972: hue angle of 56.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEB972 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190185114-
CMYK00.030.400.25
HSL56.05º36.89%59.61%-
HSV(B)56.05º40%74.51%-
XYZ41.6246.8622.77-
YUV178.491.66136.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=38.85%
G=37.83%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018511400.030.400.2556.0536.8959.61
HexBEB97203281938253c
Octal276271162035031704574
Binary1011111010111001111001001110100011001111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB972; }

 p { color: rgb(190,185,114); }

 H1.HeaderClassName
 {
   color: #BEB972;
 }
 .AnyTagClassName
 {
   color: #BEB972;
 }
</style>
background-color css

<style>
 a { background-color: #BEB972; }

 a { background-color: rgb(190,185,114); }

 div.DivClassName
 {
   background-color: #BEB972;
 }
 .BgClassName
 {
   background-color: #BEB972;
 }
</style>
border-color css

<style>
 span { border-color: #BEB972; }

 span { border-color: rgb(190,185,114); }

 td.TdClassName
 {
   border-color: #BEB972;
 }
 .TagClassName
 {
   border-color: #BEB972;
 }
</style>