Html Css Color HEX #BFAB6E Putty

📋 copy color: '#BFAB6E'

red 191 ◦ green 171 ◦ blue 110

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

Shades of Putty #BFAB6E

Tints of Putty #BFAB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 40.47%
G = 36.23%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAB6E (or 0xBFAB6E) is known color: Putty. HEX triplet: BF, AB and 6E. RGB value is (191,171,110). Sum of RGB (Red+Green+Blue) = 191+171+110=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB6E is #405491. Grayscale: #AAAAAA. Windows color (decimal): -4215954 or 7252927. OLE color: 7252927.

HSL color Cylindrical-coordinate representation of color #BFAB6E: hue angle of 45.19º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFAB6E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 110 -
CMYK 0 0.10 0.42 0.25
HSL 45.19º 0.39% 0.59% -
HSV(B) 45.19º 0.42% 0.75% -
XYZ 38.86 41.33 20.68 -
YUV 170.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 191 171 110 0 0.10 0.42 0.25 45.19 0.39 0.59
Hex BF AB 6E 0 A 2A 19 2D 27 3B
Octal 277 253 156 0 12 52 31 55 47 73
Binary 10111111 10101011 1101110 0 1010 101010 11001 101101 100111 111011

Color Harmonies of #BFAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB6E

Black with #BFAB6E

Text Example


Text Example

White with #BFAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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