#BCB375

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

Shades of Dark Khaki #BCB375

Tints of Dark Khaki #BCB375

Color information

#BCB375 (or 0xBCB375) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 75. RGB value is (188,179,117). Sum of RGB (Red+Green+Blue) = 188+179+117=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB375 is #434C8A. Grayscale: #AEAEAE. Windows color (decimal): -4410507 or 7713724. OLE color: 7713724.

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

Color convert

RGB188179117-
CMYK00.050.380.26
HSL52.39º34.63%59.8%-
HSV(B)52.39º37.77%73.73%-
XYZ40.0744.2223.25-
YUV174.6295.48137.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=38.84%
G=36.98%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911700.050.380.2652.3934.6359.8
HexBCB37505261A34233c
Octal274263165054632644374
Binary10111100101100111110101010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB375; }

 p { color: rgb(188,179,117); }

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

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

 a { background-color: rgb(188,179,117); }

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

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

 span { border-color: rgb(188,179,117); }

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