Html Css Color HEX #BFA973 Putty

📋 copy color: '#BFA973'

red 191 ◦ green 169 ◦ blue 115

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

Shades of Putty #BFA973

Tints of Putty #BFA973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 40.21%
G = 35.58%
B = 24.21%

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

#BFA973 (or 0xBFA973) is known color: Putty. HEX triplet: BF, A9 and 73. RGB value is (191,169,115). Sum of RGB (Red+Green+Blue) = 191+169+115=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA973 is #40568C. Grayscale: #A9A9A9. Windows color (decimal): -4216461 or 7580095. OLE color: 7580095.

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

Color convert

RGB 191 169 115 -
CMYK 0 0.12 0.40 0.25
HSL 42.63º 0.37% 0.6% -
HSV(B) 42.63º 0.4% 0.75% -
XYZ 38.77 40.69 22.03 -
YUV 169.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 191 169 115 0 0.12 0.40 0.25 42.63 0.37 0.6
Hex BF A9 73 0 C 28 19 2B 25 3C
Octal 277 251 163 0 14 50 31 53 45 74
Binary 10111111 10101001 1110011 0 1100 101000 11001 101011 100101 111100

Color Harmonies of #BFA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA973

Black with #BFA973

Text Example


Text Example

White with #BFA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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