#BEB772

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

Shades of Dark Khaki #BEB772

Tints of Dark Khaki #BEB772

Color information

#BEB772 (or 0xBEB772) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 72. RGB value is (190,183,114). Sum of RGB (Red+Green+Blue) = 190+183+114=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB772 is #41488D. Grayscale: #B1B1B1. Windows color (decimal): -4278414 or 7518142. OLE color: 7518142.

HSL color Cylindrical-coordinate representation of color #BEB772: hue angle of 54.47º 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 #BEB772 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190183114-
CMYK00.040.400.25
HSL54.47º36.89%59.61%-
HSV(B)54.47º40%74.51%-
XYZ41.2146.0322.63-
YUV177.2392.32137.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=39.01%
G=37.58%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018311400.040.400.2554.4736.8959.61
HexBEB77204281936253c
Octal276267162045031664574
Binary10111110101101111110010010010100011001110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB772; }

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

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

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

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

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

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

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

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