Html Css Color HEX #BEA772 Putty

📋 copy color: '#BEA772'

red 190 ◦ green 167 ◦ blue 114

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

Shades of Putty #BEA772

Tints of Putty #BEA772

RGB

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

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

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

R = 40.34%
G = 35.46%
B = 24.2%

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

#BEA772 (or 0xBEA772) is known color: Putty. HEX triplet: BE, A7 and 72. RGB value is (190,167,114). Sum of RGB (Red+Green+Blue) = 190+167+114=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA772 is #41588D. Grayscale: #A8A8A8. Windows color (decimal): -4282510 or 7514046. OLE color: 7514046.

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

Color convert

RGB 190 167 114 -
CMYK 0 0.12 0.40 0.25
HSL 41.84º 0.37% 0.6% -
HSV(B) 41.84º 0.4% 0.75% -
XYZ 38.09 39.8 21.59 -
YUV 167.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 190 167 114 0 0.12 0.40 0.25 41.84 0.37 0.6
Hex BE A7 72 0 C 28 19 2A 25 3C
Octal 276 247 162 0 14 50 31 52 45 74
Binary 10111110 10100111 1110010 0 1100 101000 11001 101010 100101 111100

Color Harmonies of #BEA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA772

Black with #BEA772

Text Example


Text Example

White with #BEA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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