#BCBA67

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

Shades of Dark Khaki #BCBA67

Tints of Dark Khaki #BCBA67

Color information

#BCBA67 (or 0xBCBA67) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 67. RGB value is (188,186,103). Sum of RGB (Red+Green+Blue) = 188+186+103=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA67 is #434598. Grayscale: #B1B1B1. Windows color (decimal): -4408729 or 6798012. OLE color: 6798012.

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

Color convert

RGB188186103-
CMYK00.010.450.26
HSL58.59º38.81%57.06%-
HSV(B)58.59º45.21%73.73%-
XYZ40.7546.7919.72-
YUV177.1486.16135.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=39.41%
G=38.99%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818610300.010.450.2658.5938.8157.06
HexBCBA67012D1A3b2739
Octal274272147015532734771
Binary101111001011101011001110110110111010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA67; }

 p { color: rgb(188,186,103); }

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

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

 a { background-color: rgb(188,186,103); }

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

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

 span { border-color: rgb(188,186,103); }

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