Html Css Color HEX #BFA673 Putty

📋 copy color: '#BFA673'

red 191 ◦ green 166 ◦ blue 115

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

Shades of Putty #BFA673

Tints of Putty #BFA673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 40.47%
G = 35.17%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFA673 (or 0xBFA673) is known color: Putty. HEX triplet: BF, A6 and 73. RGB value is (191,166,115). Sum of RGB (Red+Green+Blue) = 191+166+115=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA673 is #40598C. Grayscale: #A7A7A7. Windows color (decimal): -4217229 or 7579327. OLE color: 7579327.

HSL color Cylindrical-coordinate representation of color #BFA673: hue angle of 40.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFA673 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 115 -
CMYK 0 0.13 0.40 0.25
HSL 40.26º 0.37% 0.6% -
HSV(B) 40.26º 0.4% 0.75% -
XYZ 38.22 39.59 21.85 -
YUV 167.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 191 166 115 0 0.13 0.40 0.25 40.26 0.37 0.6
Hex BF A6 73 0 D 28 19 28 25 3C
Octal 277 246 163 0 15 50 31 50 45 74
Binary 10111111 10100110 1110011 0 1101 101000 11001 101000 100101 111100

Color Harmonies of #BFA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA673

Black with #BFA673

Text Example


Text Example

White with #BFA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA673; }

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

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

background-color css

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

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

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

border-color css

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

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

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