#BCBE67

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

Shades of Dark Khaki #BCBE67

Tints of Dark Khaki #BCBE67

Color information

#BCBE67 (or 0xBCBE67) is unknown color: approx Dark Khaki. HEX triplet: BC, BE and 67. RGB value is (188,190,103). Sum of RGB (Red+Green+Blue) = 188+190+103=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE67 is #434198. Grayscale: #B3B3B3. Windows color (decimal): -4407705 or 6799036. OLE color: 6799036.

HSL color Cylindrical-coordinate representation of color #BCBE67: hue angle of 61.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCBE67 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB188190103-
CMYK0.0100.460.25
HSL61.38º40.09%57.45%-
HSV(B)61.38º45.79%74.51%-
XYZ41.648.520-
YUV179.4884.84134.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=39.09%
G=39.50%
B=21.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901030.0100.460.2561.3840.0957.45
HexBCBE67102E193d2839
Octal274276147105631755071
Binary101111001011111011001111010111011001111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE67; }

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

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

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

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

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

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

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

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