#BCB775

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

Shades of Dark Khaki #BCB775

Tints of Dark Khaki #BCB775

Color information

#BCB775 (or 0xBCB775) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 75. RGB value is (188,183,117). Sum of RGB (Red+Green+Blue) = 188+183+117=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB775 is #43488A. Grayscale: #B1B1B1. Windows color (decimal): -4409483 or 7714748. OLE color: 7714748.

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

Color convert

RGB188183117-
CMYK00.030.380.26
HSL55.77º34.63%59.8%-
HSV(B)55.77º37.77%73.73%-
XYZ40.8845.8423.52-
YUV176.9794.16135.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=38.52%
G=37.5%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818311700.030.380.2655.7734.6359.8
HexBCB77503261A38233c
Octal274267165034632704374
Binary1011110010110111111010101110011011010111000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB775; }

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

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

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

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

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

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

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

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