#BCBD71

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

Shades of Dark Khaki #BCBD71

Tints of Dark Khaki #BCBD71

Color information

#BCBD71 (or 0xBCBD71) is unknown color: approx Dark Khaki. HEX triplet: BC, BD and 71. RGB value is (188,189,113). Sum of RGB (Red+Green+Blue) = 188+189+113=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD71 is #43428E. Grayscale: #B4B4B4. Windows color (decimal): -4407951 or 7454140. OLE color: 7454140.

HSL color Cylindrical-coordinate representation of color #BCBD71: hue angle of 60.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCBD71 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188189113-
CMYK0.0100.400.26
HSL60.79º36.54%59.22%-
HSV(B)60.79º40.21%74.12%-
XYZ41.9248.2822.73-
YUV180.0490.17133.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=38.37%
G=38.57%
B=23.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891130.0100.400.2660.7936.5459.22
HexBCBD7110281A3d253b
Octal274275161105032754573
Binary101111001011110111100011010100011010111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD71; }

 p { color: rgb(188,189,113); }

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

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

 a { background-color: rgb(188,189,113); }

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

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

 span { border-color: rgb(188,189,113); }

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