Html Css Color HEX #BEA96E Putty

📋 copy color: '#BEA96E'

red 190 ◦ green 169 ◦ blue 110

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

Shades of Putty #BEA96E

Tints of Putty #BEA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 40.51%
G = 36.03%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEA96E (or 0xBEA96E) is known color: Putty. HEX triplet: BE, A9 and 6E. RGB value is (190,169,110). Sum of RGB (Red+Green+Blue) = 190+169+110=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA96E is #415691. Grayscale: #A8A8A8. Windows color (decimal): -4282002 or 7252414. OLE color: 7252414.

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

Color convert

RGB 190 169 110 -
CMYK 0 0.11 0.42 0.25
HSL 44.25º 0.38% 0.59% -
HSV(B) 44.25º 0.42% 0.75% -
XYZ 38.24 40.45 20.54 -
YUV 168.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 190 169 110 0 0.11 0.42 0.25 44.25 0.38 0.59
Hex BE A9 6E 0 B 2A 19 2C 26 3B
Octal 276 251 156 0 13 52 31 54 46 73
Binary 10111110 10101001 1101110 0 1011 101010 11001 101100 100110 111011

Color Harmonies of #BEA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA96E

Black with #BEA96E

Text Example


Text Example

White with #BEA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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