Html Css Color HEX #BFA874 Putty

📋 copy color: '#BFA874'

red 191 ◦ green 168 ◦ blue 116

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

Shades of Putty #BFA874

Tints of Putty #BFA874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 40.21%
G = 35.37%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFA874 (or 0xBFA874) is known color: Putty. HEX triplet: BF, A8 and 74. RGB value is (191,168,116). Sum of RGB (Red+Green+Blue) = 191+168+116=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA874 is #40578B. Grayscale: #A9A9A9. Windows color (decimal): -4216716 or 7645375. OLE color: 7645375.

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

Color convert

RGB 191 168 116 -
CMYK 0 0.12 0.39 0.25
HSL 41.6º 0.37% 0.6% -
HSV(B) 41.6º 0.39% 0.75% -
XYZ 38.64 40.34 22.27 -
YUV 168.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 191 168 116 0 0.12 0.39 0.25 41.6 0.37 0.6
Hex BF A8 74 0 C 27 19 2A 25 3C
Octal 277 250 164 0 14 47 31 52 45 74
Binary 10111111 10101000 1110100 0 1100 100111 11001 101010 100101 111100

Color Harmonies of #BFA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA874

Black with #BFA874

Text Example


Text Example

White with #BFA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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