Html Css Color HEX #BFA66D Putty

📋 copy color: '#BFA66D'

red 191 ◦ green 166 ◦ blue 109

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

Shades of Putty #BFA66D

Tints of Putty #BFA66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 40.99%
G = 35.62%
B = 23.39%

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

#BFA66D (or 0xBFA66D) is known color: Putty. HEX triplet: BF, A6 and 6D. RGB value is (191,166,109). Sum of RGB (Red+Green+Blue) = 191+166+109=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA66D is #405992. Grayscale: #A7A7A7. Windows color (decimal): -4217235 or 7186111. OLE color: 7186111.

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

Color convert

RGB 191 166 109 -
CMYK 0 0.13 0.43 0.25
HSL 41.71º 0.39% 0.59% -
HSV(B) 41.71º 0.43% 0.75% -
XYZ 37.88 39.45 20.09 -
YUV 166.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 191 166 109 0 0.13 0.43 0.25 41.71 0.39 0.59
Hex BF A6 6D 0 D 2B 19 2A 27 3B
Octal 277 246 155 0 15 53 31 52 47 73
Binary 10111111 10100110 1101101 0 1101 101011 11001 101010 100111 111011

Color Harmonies of #BFA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA66D

Black with #BFA66D

Text Example


Text Example

White with #BFA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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