Html Css Color HEX #BFA770 Putty

📋 copy color: '#BFA770'

red 191 ◦ green 167 ◦ blue 112

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

Shades of Putty #BFA770

Tints of Putty #BFA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 40.64%
G = 35.53%
B = 23.83%

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

#BFA770 (or 0xBFA770) is known color: Putty. HEX triplet: BF, A7 and 70. RGB value is (191,167,112). Sum of RGB (Red+Green+Blue) = 191+167+112=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA770 is #40588F. Grayscale: #A8A8A8. Windows color (decimal): -4216976 or 7382975. OLE color: 7382975.

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

Color convert

RGB 191 167 112 -
CMYK 0 0.13 0.41 0.25
HSL 41.77º 0.38% 0.59% -
HSV(B) 41.77º 0.41% 0.75% -
XYZ 38.23 39.88 21.01 -
YUV 167.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 191 167 112 0 0.13 0.41 0.25 41.77 0.38 0.59
Hex BF A7 70 0 D 29 19 2A 26 3B
Octal 277 247 160 0 15 51 31 52 46 73
Binary 10111111 10100111 1110000 0 1101 101001 11001 101010 100110 111011

Color Harmonies of #BFA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA770

Black with #BFA770

Text Example


Text Example

White with #BFA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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