Html Css Color HEX #BFA970 Putty

📋 copy color: '#BFA970'

red 191 ◦ green 169 ◦ blue 112

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

Shades of Putty #BFA970

Tints of Putty #BFA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 40.47%
G = 35.81%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFA970 (or 0xBFA970) is known color: Putty. HEX triplet: BF, A9 and 70. RGB value is (191,169,112). Sum of RGB (Red+Green+Blue) = 191+169+112=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA970 is #40568F. Grayscale: #A9A9A9. Windows color (decimal): -4216464 or 7383487. OLE color: 7383487.

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

Color convert

RGB 191 169 112 -
CMYK 0 0.12 0.41 0.25
HSL 43.29º 0.38% 0.59% -
HSV(B) 43.29º 0.41% 0.75% -
XYZ 38.6 40.62 21.14 -
YUV 169.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 191 169 112 0 0.12 0.41 0.25 43.29 0.38 0.59
Hex BF A9 70 0 C 29 19 2B 26 3B
Octal 277 251 160 0 14 51 31 53 46 73
Binary 10111111 10101001 1110000 0 1100 101001 11001 101011 100110 111011

Color Harmonies of #BFA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA970

Black with #BFA970

Text Example


Text Example

White with #BFA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA970; }

 p { color: rgb(191,169,112); }

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

background-color css

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

 a { background-color: rgb(191,169,112); }

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

border-color css

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

 span { border-color: rgb(191,169,112); }

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