#BCB567

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

Shades of Dark Khaki #BCB567

Tints of Dark Khaki #BCB567

Color information

#BCB567 (or 0xBCB567) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 67. RGB value is (188,181,103). Sum of RGB (Red+Green+Blue) = 188+181+103=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB567 is #434A98. Grayscale: #AEAEAE. Windows color (decimal): -4410009 or 6796732. OLE color: 6796732.

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

Color convert

RGB188181103-
CMYK00.040.450.26
HSL55.06º38.81%57.06%-
HSV(B)55.06º45.21%73.73%-
XYZ39.7144.7219.37-
YUV174.287.82137.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=39.83%
G=38.35%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818110300.040.450.2655.0638.8157.06
HexBCB567042D1A372739
Octal274265147045532674771
Binary10111100101101011100111010010110111010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB567; }

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

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

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

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

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

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

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

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