#BCB870

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

Shades of Dark Khaki #BCB870

Tints of Dark Khaki #BCB870

Color information

#BCB870 (or 0xBCB870) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 70. RGB value is (188,184,112). Sum of RGB (Red+Green+Blue) = 188+184+112=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB870 is #43478F. Grayscale: #B1B1B1. Windows color (decimal): -4409232 or 7387324. OLE color: 7387324.

HSL color Cylindrical-coordinate representation of color #BCB870: hue angle of 56.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB870 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188184112-
CMYK00.020.400.26
HSL56.84º36.19%58.82%-
HSV(B)56.84º40.43%73.73%-
XYZ40.846.1422.08-
YUV176.9991.33135.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=38.84%
G=38.02%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818411200.020.400.2656.8436.1958.82
HexBCB87002281A39243b
Octal274270160025032714473
Binary1011110010111000111000001010100011010111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB870; }

 p { color: rgb(188,184,112); }

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

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

 a { background-color: rgb(188,184,112); }

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

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

 span { border-color: rgb(188,184,112); }

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