#BEB978

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

Shades of Dark Khaki #BEB978

Tints of Dark Khaki #BEB978

Color information

#BEB978 (or 0xBEB978) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 78. RGB value is (190,185,120). Sum of RGB (Red+Green+Blue) = 190+185+120=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB978 is #414687. Grayscale: #B3B3B3. Windows color (decimal): -4277896 or 7911870. OLE color: 7911870.

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

Color convert

RGB190185120-
CMYK00.030.370.25
HSL55.71º35%60.78%-
HSV(B)55.71º36.84%74.51%-
XYZ41.974724.63-
YUV179.0894.66135.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=38.38%
G=37.37%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018512000.030.370.2555.713560.78
HexBEB97803251938233d
Octal276271170034531704375
Binary1011111010111001111100001110010111001111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB978; }

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

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

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

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

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

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

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

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