#BCB274

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

Shades of Dark Khaki #BCB274

Tints of Dark Khaki #BCB274

Color information

#BCB274 (or 0xBCB274) is unknown color: approx Dark Khaki. HEX triplet: BC, B2 and 74. RGB value is (188,178,116). Sum of RGB (Red+Green+Blue) = 188+178+116=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB274 is #434D8B. Grayscale: #AEAEAE. Windows color (decimal): -4410764 or 7647932. OLE color: 7647932.

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

Color convert

RGB188178116-
CMYK00.050.380.26
HSL51.67º34.95%59.61%-
HSV(B)51.67º38.3%73.73%-
XYZ39.8143.7922.88-
YUV173.9295.31138.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=39.00%
G=36.93%
B=24.07%

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
Decimal18817811600.050.380.2651.6734.9559.61
HexBCB27405261A34233c
Octal274262164054632644374
Binary10111100101100101110100010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB274; }

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

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

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

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

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

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

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

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