Html Css Color HEX #BEA971 Putty

📋 copy color: '#BEA971'

red 190 ◦ green 169 ◦ blue 113

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

Shades of Putty #BEA971

Tints of Putty #BEA971

RGB

 RED value IS 190 (74.61% from 255) = 40.25%

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 40.25%
G = 35.81%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA971 (or 0xBEA971) is known color: Putty. HEX triplet: BE, A9 and 71. RGB value is (190,169,113). Sum of RGB (Red+Green+Blue) = 190+169+113=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA971 is #41568E. Grayscale: #A9A9A9. Windows color (decimal): -4281999 or 7449022. OLE color: 7449022.

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

Color convert

RGB 190 169 113 -
CMYK 0 0.11 0.41 0.25
HSL 43.64º 0.37% 0.59% -
HSV(B) 43.64º 0.41% 0.75% -
XYZ 38.4 40.52 21.42 -
YUV 168.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 190 169 113 0 0.11 0.41 0.25 43.64 0.37 0.59
Hex BE A9 71 0 B 29 19 2C 25 3B
Octal 276 251 161 0 13 51 31 54 45 73
Binary 10111110 10101001 1110001 0 1011 101001 11001 101100 100101 111011

Color Harmonies of #BEA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA971

Black with #BEA971

Text Example


Text Example

White with #BEA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA971; }

 p { color: rgb(190,169,113); }

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

background-color css

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

 a { background-color: rgb(190,169,113); }

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

border-color css

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

 span { border-color: rgb(190,169,113); }

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