Html Css Color HEX #BEA773 Putty

📋 copy color: '#BEA773'

red 190 ◦ green 167 ◦ blue 115

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

Shades of Putty #BEA773

Tints of Putty #BEA773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 40.25%
G = 35.38%
B = 24.36%

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

#BEA773 (or 0xBEA773) is known color: Putty. HEX triplet: BE, A7 and 73. RGB value is (190,167,115). Sum of RGB (Red+Green+Blue) = 190+167+115=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA773 is #41588C. Grayscale: #A8A8A8. Windows color (decimal): -4282509 or 7579582. OLE color: 7579582.

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

Color convert

RGB 190 167 115 -
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.15 39.82 21.9 -
YUV 167.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 190 167 115 0 0.12 0.39 0.25 41.6 0.37 0.6
Hex BE A7 73 0 C 27 19 2A 25 3C
Octal 276 247 163 0 14 47 31 52 45 74
Binary 10111110 10100111 1110011 0 1100 100111 11001 101010 100101 111100

Color Harmonies of #BEA773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA773

Black with #BEA773

Text Example


Text Example

White with #BEA773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA773; }

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

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

background-color css

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

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

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

border-color css

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

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

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