Html Css Color HEX #BFA671 Putty

📋 copy color: '#BFA671'

red 191 ◦ green 166 ◦ blue 113

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

Shades of Putty #BFA671

Tints of Putty #BFA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 40.64%
G = 35.32%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFA671 (or 0xBFA671) is known color: Putty. HEX triplet: BF, A6 and 71. RGB value is (191,166,113). Sum of RGB (Red+Green+Blue) = 191+166+113=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA671 is #40598E. Grayscale: #A7A7A7. Windows color (decimal): -4217231 or 7448255. OLE color: 7448255.

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

Color convert

RGB 191 166 113 -
CMYK 0 0.13 0.41 0.25
HSL 40.77º 0.38% 0.6% -
HSV(B) 40.77º 0.41% 0.75% -
XYZ 38.1 39.54 21.25 -
YUV 167.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 191 166 113 0 0.13 0.41 0.25 40.77 0.38 0.6
Hex BF A6 71 0 D 29 19 29 26 3C
Octal 277 246 161 0 15 51 31 51 46 74
Binary 10111111 10100110 1110001 0 1101 101001 11001 101001 100110 111100

Color Harmonies of #BFA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA671

Black with #BFA671

Text Example


Text Example

White with #BFA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA671; }

 p { color: rgb(191,166,113); }

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

background-color css

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

 a { background-color: rgb(191,166,113); }

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

border-color css

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

 span { border-color: rgb(191,166,113); }

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