#BFB571

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

Shades of Dark Khaki #BFB571

Tints of Dark Khaki #BFB571

Color information

#BFB571 (or 0xBFB571) is unknown color: approx Dark Khaki. HEX triplet: BF, B5 and 71. RGB value is (191,181,113). Sum of RGB (Red+Green+Blue) = 191+181+113=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB571 is #404A8E. Grayscale: #B0B0B0. Windows color (decimal): -4213391 or 7452095. OLE color: 7452095.

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

Color convert

RGB191181113-
CMYK00.050.410.25
HSL52.31º37.86%59.61%-
HSV(B)52.31º40.84%74.9%-
XYZ40.9945.3222.21-
YUV176.2492.31138.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=39.38%
G=37.32%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118111300.050.410.2552.3137.8659.61
HexBFB57105291934263c
Octal277265161055131644674
Binary10111111101101011110001010110100111001110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB571; }

 p { color: rgb(191,181,113); }

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

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

 a { background-color: rgb(191,181,113); }

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

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

 span { border-color: rgb(191,181,113); }

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