#BFB773

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

Shades of Dark Khaki #BFB773

Tints of Dark Khaki #BFB773

Color information

#BFB773 (or 0xBFB773) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 73. RGB value is (191,183,115). Sum of RGB (Red+Green+Blue) = 191+183+115=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB773 is #40488C. Grayscale: #B1B1B1. Windows color (decimal): -4212877 or 7583679. OLE color: 7583679.

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

Color convert

RGB191183115-
CMYK00.040.400.25
HSL53.68º37.25%60%-
HSV(B)53.68º39.79%74.9%-
XYZ41.5146.1822.95-
YUV177.6492.65137.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=39.06%
G=37.42%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118311500.040.400.2553.6837.2560
HexBFB77304281936253c
Octal277267163045031664574
Binary10111111101101111110011010010100011001110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB773; }

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

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

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

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

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

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

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

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