#BFAB72

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

Shades of Putty #BFAB72

Tints of Putty #BFAB72

Color information

#BFAB72 (or 0xBFAB72) is unknown color: approx Putty. HEX triplet: BF, AB and 72. RGB value is (191,171,114). Sum of RGB (Red+Green+Blue) = 191+171+114=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB72 is #40548D. Grayscale: #AAAAAA. Windows color (decimal): -4215950 or 7515071. OLE color: 7515071.

HSL color Cylindrical-coordinate representation of color #BFAB72: hue angle of 44.42º degrees, saturation: 0.38, 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 #BFAB72 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191171114-
CMYK00.100.400.25
HSL44.42º37.56%59.8%-
HSV(B)44.42º40.31%74.9%-
XYZ39.0941.4221.85-
YUV170.4896.13142.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=40.13%
G=35.92%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117111400.100.400.2544.4237.5659.8
HexBFAB720A28192c263c
Octal2772531620125031544674
Binary101111111010101111100100101010100011001101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB72; }

 p { color: rgb(191,171,114); }

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

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

 a { background-color: rgb(191,171,114); }

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

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

 span { border-color: rgb(191,171,114); }

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