#BFA875

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

Shades of Putty #BFA875

Tints of Putty #BFA875

Color information

#BFA875 (or 0xBFA875) is unknown color: approx Putty. HEX triplet: BF, A8 and 75. RGB value is (191,168,117). Sum of RGB (Red+Green+Blue) = 191+168+117=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA875 is #40578A. Grayscale: #A9A9A9. Windows color (decimal): -4216715 or 7710911. OLE color: 7710911.

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

Color convert

RGB191168117-
CMYK00.120.390.25
HSL41.35º36.63%60.39%-
HSV(B)41.35º38.74%74.9%-
XYZ38.740.3722.58-
YUV169.0698.62143.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=40.13%
G=35.29%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116811700.120.390.2541.3536.6360.39
HexBFA8750C271929253c
Octal2772501650144731514574
Binary101111111010100011101010110010011111001101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA875; }

 p { color: rgb(191,168,117); }

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

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

 a { background-color: rgb(191,168,117); }

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

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

 span { border-color: rgb(191,168,117); }

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