Html Css Color HEX #BEA972 Putty

📋 copy color: '#BEA972'

red 190 ◦ green 169 ◦ blue 114

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

Shades of Putty #BEA972

Tints of Putty #BEA972

RGB

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

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

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

R = 40.17%
G = 35.73%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEA972 (or 0xBEA972) is known color: Putty. HEX triplet: BE, A9 and 72. RGB value is (190,169,114). Sum of RGB (Red+Green+Blue) = 190+169+114=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA972 is #41568D. Grayscale: #A9A9A9. Windows color (decimal): -4281998 or 7514558. OLE color: 7514558.

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

Color convert

RGB 190 169 114 -
CMYK 0 0.11 0.40 0.25
HSL 43.42º 0.37% 0.6% -
HSV(B) 43.42º 0.4% 0.75% -
XYZ 38.46 40.54 21.72 -
YUV 169.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 190 169 114 0 0.11 0.40 0.25 43.42 0.37 0.6
Hex BE A9 72 0 B 28 19 2B 25 3C
Octal 276 251 162 0 13 50 31 53 45 74
Binary 10111110 10101001 1110010 0 1011 101000 11001 101011 100101 111100

Color Harmonies of #BEA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA972

Black with #BEA972

Text Example


Text Example

White with #BEA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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