Html Css Color HEX #BFA76D Putty

📋 copy color: '#BFA76D'

red 191 ◦ green 167 ◦ blue 109

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

Shades of Putty #BFA76D

Tints of Putty #BFA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 40.9%
G = 35.76%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFA76D (or 0xBFA76D) is known color: Putty. HEX triplet: BF, A7 and 6D. RGB value is (191,167,109). Sum of RGB (Red+Green+Blue) = 191+167+109=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA76D is #405892. Grayscale: #A7A7A7. Windows color (decimal): -4216979 or 7186367. OLE color: 7186367.

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

Color convert

RGB 191 167 109 -
CMYK 0 0.13 0.43 0.25
HSL 42.44º 0.39% 0.59% -
HSV(B) 42.44º 0.43% 0.75% -
XYZ 38.06 39.82 20.15 -
YUV 167.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 191 167 109 0 0.13 0.43 0.25 42.44 0.39 0.59
Hex BF A7 6D 0 D 2B 19 2A 27 3B
Octal 277 247 155 0 15 53 31 52 47 73
Binary 10111111 10100111 1101101 0 1101 101011 11001 101010 100111 111011

Color Harmonies of #BFA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA76D

Black with #BFA76D

Text Example


Text Example

White with #BFA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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