Html Css Color HEX #BFA772 Putty

📋 copy color: '#BFA772'

red 191 ◦ green 167 ◦ blue 114

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

Shades of Putty #BFA772

Tints of Putty #BFA772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 40.47%
G = 35.38%
B = 24.15%

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

#BFA772 (or 0xBFA772) is known color: Putty. HEX triplet: BF, A7 and 72. RGB value is (191,167,114). Sum of RGB (Red+Green+Blue) = 191+167+114=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA772 is #40588D. Grayscale: #A8A8A8. Windows color (decimal): -4216974 or 7514047. OLE color: 7514047.

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

Color convert

RGB 191 167 114 -
CMYK 0 0.13 0.40 0.25
HSL 41.3º 0.38% 0.6% -
HSV(B) 41.3º 0.4% 0.75% -
XYZ 38.34 39.93 21.61 -
YUV 168.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 191 167 114 0 0.13 0.40 0.25 41.3 0.38 0.6
Hex BF A7 72 0 D 28 19 29 26 3C
Octal 277 247 162 0 15 50 31 51 46 74
Binary 10111111 10100111 1110010 0 1101 101000 11001 101001 100110 111100

Color Harmonies of #BFA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA772

Black with #BFA772

Text Example


Text Example

White with #BFA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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