Html Css Color HEX #BFA872 Putty

📋 copy color: '#BFA872'

red 191 ◦ green 168 ◦ blue 114

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

Shades of Putty #BFA872

Tints of Putty #BFA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.52%

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

R = 40.38%
G = 35.52%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFA872 (or 0xBFA872) is known color: Putty. HEX triplet: BF, A8 and 72. RGB value is (191,168,114). Sum of RGB (Red+Green+Blue) = 191+168+114=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA872 is #40578D. Grayscale: #A8A8A8. Windows color (decimal): -4216718 or 7514303. OLE color: 7514303.

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

Color convert

RGB 191 168 114 -
CMYK 0 0.12 0.40 0.25
HSL 42.08º 0.38% 0.6% -
HSV(B) 42.08º 0.4% 0.75% -
XYZ 38.53 40.3 21.67 -
YUV 168.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 191 168 114 0 0.12 0.40 0.25 42.08 0.38 0.6
Hex BF A8 72 0 C 28 19 2A 26 3C
Octal 277 250 162 0 14 50 31 52 46 74
Binary 10111111 10101000 1110010 0 1100 101000 11001 101010 100110 111100

Color Harmonies of #BFA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA872

Black with #BFA872

Text Example


Text Example

White with #BFA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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