#BCB073

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

Shades of Dark Khaki #BCB073

Tints of Dark Khaki #BCB073

Color information

#BCB073 (or 0xBCB073) is unknown color: approx Dark Khaki. HEX triplet: BC, B0 and 73. RGB value is (188,176,115). Sum of RGB (Red+Green+Blue) = 188+176+115=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB073 is #434F8C. Grayscale: #ACACAC. Windows color (decimal): -4411277 or 7581884. OLE color: 7581884.

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

Color convert

RGB188176115-
CMYK00.060.390.26
HSL50.14º35.27%59.41%-
HSV(B)50.14º38.83%73.73%-
XYZ39.3642.9822.44-
YUV172.6395.48138.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=39.25%
G=36.74%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817611500.060.390.2650.1435.2759.41
HexBCB07306271A32233b
Octal274260163064732624373
Binary10111100101100001110011011010011111010110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB073; }

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

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

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

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

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

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

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

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