#BCB074

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

Shades of Dark Khaki #BCB074

Tints of Dark Khaki #BCB074

Color information

#BCB074 (or 0xBCB074) is unknown color: approx Dark Khaki. HEX triplet: BC, B0 and 74. RGB value is (188,176,116). Sum of RGB (Red+Green+Blue) = 188+176+116=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB074 is #434F8B. Grayscale: #ACACAC. Windows color (decimal): -4411276 or 7647420. OLE color: 7647420.

HSL color Cylindrical-coordinate representation of color #BCB074: hue angle of 50º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB074 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188176116-
CMYK00.060.380.26
HSL50º34.95%59.61%-
HSV(B)50º38.3%73.73%-
XYZ39.424322.75-
YUV172.7595.98138.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=39.17%
G=36.67%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817611600.060.380.265034.9559.61
HexBCB07406261A32233c
Octal274260164064632624374
Binary10111100101100001110100011010011011010110010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB074; }

 p { color: rgb(188,176,116); }

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

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

 a { background-color: rgb(188,176,116); }

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

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

 span { border-color: rgb(188,176,116); }

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