#BCB767

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

Shades of Dark Khaki #BCB767

Tints of Dark Khaki #BCB767

Color information

#BCB767 (or 0xBCB767) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 67. RGB value is (188,183,103). Sum of RGB (Red+Green+Blue) = 188+183+103=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB767 is #434898. Grayscale: #AFAFAF. Windows color (decimal): -4409497 or 6797244. OLE color: 6797244.

HSL color Cylindrical-coordinate representation of color #BCB767: hue angle of 56.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB767 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB188183103-
CMYK00.030.450.26
HSL56.47º38.81%57.06%-
HSV(B)56.47º45.21%73.73%-
XYZ40.1245.5419.51-
YUV175.3787.16137-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=39.66%
G=38.61%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818310300.030.450.2656.4738.8157.06
HexBCB767032D1A382739
Octal274267147035532704771
Binary1011110010110111110011101110110111010111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB767; }

 p { color: rgb(188,183,103); }

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

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

 a { background-color: rgb(188,183,103); }

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

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

 span { border-color: rgb(188,183,103); }

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