#BFB76A

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

Shades of Dark Khaki #BFB76A

Tints of Dark Khaki #BFB76A

Color information

#BFB76A (or 0xBFB76A) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 6A. RGB value is (191,183,106). Sum of RGB (Red+Green+Blue) = 191+183+106=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76A is #404895. Grayscale: #B0B0B0. Windows color (decimal): -4212886 or 6993855. OLE color: 6993855.

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

Color convert

RGB191183106-
CMYK00.040.450.25
HSL54.35º39.91%58.24%-
HSV(B)54.35º44.5%74.9%-
XYZ41.0245.9820.35-
YUV176.6188.15138.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=39.79%
G=38.12%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118310600.040.450.2554.3539.9158.24
HexBFB76A042D1936283a
Octal277267152045531665072
Binary10111111101101111101010010010110111001110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB76A; }

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

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

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

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

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

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

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

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