Html Css Color HEX #BFAA72 Putty

📋 copy color: '#BFAA72'

red 191 ◦ green 170 ◦ blue 114

#BFAA72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #BFAA72

Tints of Putty #BFAA72

RGB

 RED value IS 191 (75% from 255) = 40.21%

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 40.21%
G = 35.79%
B = 24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFAA72 (or 0xBFAA72) is known color: Putty. HEX triplet: BF, AA and 72. RGB value is (191,170,114). Sum of RGB (Red+Green+Blue) = 191+170+114=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA72 is #40558D. Grayscale: #AAAAAA. Windows color (decimal): -4216206 or 7514815. OLE color: 7514815.

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

Color convert

RGB 191 170 114 -
CMYK 0 0.11 0.40 0.25
HSL 43.64º 0.38% 0.6% -
HSV(B) 43.64º 0.4% 0.75% -
XYZ 38.9 41.04 21.79 -
YUV 169.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 191 170 114 0 0.11 0.40 0.25 43.64 0.38 0.6
Hex BF AA 72 0 B 28 19 2C 26 3C
Octal 277 252 162 0 13 50 31 54 46 74
Binary 10111111 10101010 1110010 0 1011 101000 11001 101100 100110 111100

Color Harmonies of #BFAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA72

Black with #BFAA72

Text Example


Text Example

White with #BFAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA72; }

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

 H1.HeaderClassName
 {
   color: #BFAA72;
 }
 .AnyTagClassName
 {
   color: #BFAA72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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