#BFBC67

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

Shades of Dark Khaki #BFBC67

Tints of Dark Khaki #BFBC67

Color information

#BFBC67 (or 0xBFBC67) is unknown color: approx Dark Khaki. HEX triplet: BF, BC and 67. RGB value is (191,188,103). Sum of RGB (Red+Green+Blue) = 191+188+103=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC67 is #404398. Grayscale: #B3B3B3. Windows color (decimal): -4211609 or 6798527. OLE color: 6798527.

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

Color convert

RGB191188103-
CMYK00.020.460.25
HSL57.95º40.74%57.65%-
HSV(B)57.95º46.07%74.9%-
XYZ41.9248.0219.89-
YUV179.2184.99136.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=39.63%
G=39.00%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118810300.020.460.2557.9540.7457.65
HexBFBC67022E193a293a
Octal277274147025631725172
Binary1011111110111100110011101010111011001111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC67; }

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

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

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

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

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

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

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

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