Html Css Color HEX #BFAD6F Putty

📋 copy color: '#BFAD6F'

red 191 ◦ green 173 ◦ blue 111

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

Shades of Putty #BFAD6F

Tints of Putty #BFAD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 40.21%
G = 36.42%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAD6F (or 0xBFAD6F) is known color: Putty. HEX triplet: BF, AD and 6F. RGB value is (191,173,111). Sum of RGB (Red+Green+Blue) = 191+173+111=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD6F is #405290. Grayscale: #ABABAB. Windows color (decimal): -4215441 or 7318975. OLE color: 7318975.

HSL color Cylindrical-coordinate representation of color #BFAD6F: hue angle of 46.5º degrees, saturation: 0.38, 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 #BFAD6F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 173 111 -
CMYK 0 0.09 0.42 0.25
HSL 46.5º 0.38% 0.59% -
HSV(B) 46.5º 0.42% 0.75% -
XYZ 39.3 42.11 21.1 -
YUV 171.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 191 173 111 0 0.09 0.42 0.25 46.5 0.38 0.59
Hex BF AD 6F 0 9 2A 19 2E 26 3B
Octal 277 255 157 0 11 52 31 56 46 73
Binary 10111111 10101101 1101111 0 1001 101010 11001 101110 100110 111011

Color Harmonies of #BFAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD6F

Black with #BFAD6F

Text Example


Text Example

White with #BFAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD6F; }

 p { color: rgb(191,173,111); }

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

background-color css

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

 a { background-color: rgb(191,173,111); }

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

border-color css

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

 span { border-color: rgb(191,173,111); }

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