#BCB562

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

Shades of Dark Khaki #BCB562

Tints of Dark Khaki #BCB562

Color information

#BCB562 (or 0xBCB562) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 62. RGB value is (188,181,98). Sum of RGB (Red+Green+Blue) = 188+181+98=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB562 is #434A9D. Grayscale: #ADADAD. Windows color (decimal): -4410014 or 6469052. OLE color: 6469052.

HSL color Cylindrical-coordinate representation of color #BCB562: hue angle of 55.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCB562 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18818198-
CMYK00.040.480.26
HSL55.33º40.18%56.08%-
HSV(B)55.33º47.87%73.73%-
XYZ39.4744.6218.09-
YUV173.6385.32138.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=40.26%
G=38.76%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881819800.040.480.2655.3340.1856.08
HexBCB56204301A372838
Octal274265142046032675070
Binary10111100101101011100010010011000011010110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB562; }

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

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

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

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

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

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

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

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