#BCB473

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

Shades of Dark Khaki #BCB473

Tints of Dark Khaki #BCB473

Color information

#BCB473 (or 0xBCB473) is unknown color: approx Dark Khaki. HEX triplet: BC, B4 and 73. RGB value is (188,180,115). Sum of RGB (Red+Green+Blue) = 188+180+115=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB473 is #434B8C. Grayscale: #AFAFAF. Windows color (decimal): -4410253 or 7582908. OLE color: 7582908.

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

Color convert

RGB188180115-
CMYK00.040.390.26
HSL53.42º35.27%59.41%-
HSV(B)53.42º38.83%73.73%-
XYZ40.1544.5722.71-
YUV174.9894.15137.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=38.92%
G=37.27%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818011500.040.390.2653.4235.2759.41
HexBCB47304271A35233b
Octal274264163044732654373
Binary10111100101101001110011010010011111010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB473; }

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

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

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

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

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

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

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

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