Html Css Color HEX #BFA972 Putty

📋 copy color: '#BFA972'

red 191 ◦ green 169 ◦ blue 114

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

Shades of Putty #BFA972

Tints of Putty #BFA972

RGB

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

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

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

R = 40.3%
G = 35.65%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFA972 (or 0xBFA972) is known color: Putty. HEX triplet: BF, A9 and 72. RGB value is (191,169,114). Sum of RGB (Red+Green+Blue) = 191+169+114=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA972 is #40568D. Grayscale: #A9A9A9. Windows color (decimal): -4216462 or 7514559. OLE color: 7514559.

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

Color convert

RGB 191 169 114 -
CMYK 0 0.12 0.40 0.25
HSL 42.86º 0.38% 0.6% -
HSV(B) 42.86º 0.4% 0.75% -
XYZ 38.71 40.67 21.73 -
YUV 169.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 191 169 114 0 0.12 0.40 0.25 42.86 0.38 0.6
Hex BF A9 72 0 C 28 19 2B 26 3C
Octal 277 251 162 0 14 50 31 53 46 74
Binary 10111111 10101001 1110010 0 1100 101000 11001 101011 100110 111100

Color Harmonies of #BFA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA972

Black with #BFA972

Text Example


Text Example

White with #BFA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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