Html Css Color HEX #BFAB70 Putty

📋 copy color: '#BFAB70'

red 191 ◦ green 171 ◦ blue 112

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

Shades of Putty #BFAB70

Tints of Putty #BFAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 40.3%
G = 36.08%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFAB70 (or 0xBFAB70) is known color: Putty. HEX triplet: BF, AB and 70. RGB value is (191,171,112). Sum of RGB (Red+Green+Blue) = 191+171+112=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB70 is #40548F. Grayscale: #AAAAAA. Windows color (decimal): -4215952 or 7383999. OLE color: 7383999.

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

Color convert

RGB 191 171 112 -
CMYK 0 0.10 0.41 0.25
HSL 44.81º 0.38% 0.59% -
HSV(B) 44.81º 0.41% 0.75% -
XYZ 38.97 41.37 21.26 -
YUV 170.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 191 171 112 0 0.10 0.41 0.25 44.81 0.38 0.59
Hex BF AB 70 0 A 29 19 2D 26 3B
Octal 277 253 160 0 12 51 31 55 46 73
Binary 10111111 10101011 1110000 0 1010 101001 11001 101101 100110 111011

Color Harmonies of #BFAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB70

Black with #BFAB70

Text Example


Text Example

White with #BFAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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