Html Css Color HEX #BFAA6E Putty

📋 copy color: '#BFAA6E'

red 191 ◦ green 170 ◦ blue 110

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

Shades of Putty #BFAA6E

Tints of Putty #BFAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 40.55%
G = 36.09%
B = 23.35%

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

#BFAA6E (or 0xBFAA6E) is known color: Putty. HEX triplet: BF, AA and 6E. RGB value is (191,170,110). Sum of RGB (Red+Green+Blue) = 191+170+110=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA6E is #405591. Grayscale: #A9A9A9. Windows color (decimal): -4216210 or 7252671. OLE color: 7252671.

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

Color convert

RGB 191 170 110 -
CMYK 0 0.11 0.42 0.25
HSL 44.44º 0.39% 0.59% -
HSV(B) 44.44º 0.42% 0.75% -
XYZ 38.68 40.95 20.62 -
YUV 169.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 191 170 110 0 0.11 0.42 0.25 44.44 0.39 0.59
Hex BF AA 6E 0 B 2A 19 2C 27 3B
Octal 277 252 156 0 13 52 31 54 47 73
Binary 10111111 10101010 1101110 0 1011 101010 11001 101100 100111 111011

Color Harmonies of #BFAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA6E

Black with #BFAA6E

Text Example


Text Example

White with #BFAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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