#BFA773

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

Shades of Putty #BFA773

Tints of Putty #BFA773

Color information

#BFA773 (or 0xBFA773) is unknown color: approx Putty. HEX triplet: BF, A7 and 73. RGB value is (191,167,115). Sum of RGB (Red+Green+Blue) = 191+167+115=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA773 is #40588C. Grayscale: #A8A8A8. Windows color (decimal): -4216973 or 7579583. OLE color: 7579583.

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

Color convert

RGB191167115-
CMYK00.130.400.25
HSL41.05º37.25%60%-
HSV(B)41.05º39.79%74.9%-
XYZ38.439.9521.91-
YUV168.2597.95144.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=40.38%
G=35.31%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116711500.130.400.2541.0537.2560
HexBFA7730D281929253c
Octal2772471630155031514574
Binary101111111010011111100110110110100011001101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA773; }

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

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

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

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

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

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

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

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