#BFB76E

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

Shades of Dark Khaki #BFB76E

Tints of Dark Khaki #BFB76E

Color information

#BFB76E (or 0xBFB76E) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 6E. RGB value is (191,183,110). Sum of RGB (Red+Green+Blue) = 191+183+110=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76E is #404891. Grayscale: #B1B1B1. Windows color (decimal): -4212882 or 7255999. OLE color: 7255999.

HSL color Cylindrical-coordinate representation of color #BFB76E: hue angle of 54.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFB76E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191183110-
CMYK00.040.420.25
HSL54.07º38.76%59.02%-
HSV(B)54.07º42.41%74.9%-
XYZ41.2346.0721.47-
YUV177.0790.15137.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=39.46%
G=37.81%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118311000.040.420.2554.0738.7659.02
HexBFB76E042A1936273b
Octal277267156045231664773
Binary10111111101101111101110010010101011001110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB76E; }

 p { color: rgb(191,183,110); }

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

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

 a { background-color: rgb(191,183,110); }

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

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

 span { border-color: rgb(191,183,110); }

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