Html Css Color HEX #BFAA6F Putty

📋 copy color: '#BFAA6F'

red 191 ◦ green 170 ◦ blue 111

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

Shades of Putty #BFAA6F

Tints of Putty #BFAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 40.47%
G = 36.02%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAA6F (or 0xBFAA6F) is known color: Putty. HEX triplet: BF, AA and 6F. RGB value is (191,170,111). Sum of RGB (Red+Green+Blue) = 191+170+111=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA6F is #405590. Grayscale: #A9A9A9. Windows color (decimal): -4216209 or 7318207. OLE color: 7318207.

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

Color convert

RGB 191 170 111 -
CMYK 0 0.11 0.42 0.25
HSL 44.25º 0.38% 0.59% -
HSV(B) 44.25º 0.42% 0.75% -
XYZ 38.73 40.97 20.91 -
YUV 169.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 191 170 111 0 0.11 0.42 0.25 44.25 0.38 0.59
Hex BF AA 6F 0 B 2A 19 2C 26 3B
Octal 277 252 157 0 13 52 31 54 46 73
Binary 10111111 10101010 1101111 0 1011 101010 11001 101100 100110 111011

Color Harmonies of #BFAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA6F

Black with #BFAA6F

Text Example


Text Example

White with #BFAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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