#BEB867

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

Shades of Dark Khaki #BEB867

Tints of Dark Khaki #BEB867

Color information

#BEB867 (or 0xBEB867) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 67. RGB value is (190,184,103). Sum of RGB (Red+Green+Blue) = 190+184+103=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB867 is #414798. Grayscale: #B0B0B0. Windows color (decimal): -4278169 or 6797502. OLE color: 6797502.

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

Color convert

RGB190184103-
CMYK00.030.460.25
HSL55.86º40.09%57.45%-
HSV(B)55.86º45.79%74.51%-
XYZ40.8246.2119.6-
YUV176.5686.49137.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=39.83%
G=38.57%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018410300.030.460.2555.8640.0957.45
HexBEB867032E19382839
Octal276270147035631705071
Binary1011111010111000110011101110111011001111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB867; }

 p { color: rgb(190,184,103); }

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

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

 a { background-color: rgb(190,184,103); }

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

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

 span { border-color: rgb(190,184,103); }

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