Html Css Color HEX #BEA96F Putty

📋 copy color: '#BEA96F'

red 190 ◦ green 169 ◦ blue 111

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

Shades of Putty #BEA96F

Tints of Putty #BEA96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 40.43%
G = 35.96%
B = 23.62%

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

#BEA96F (or 0xBEA96F) is known color: Putty. HEX triplet: BE, A9 and 6F. RGB value is (190,169,111). Sum of RGB (Red+Green+Blue) = 190+169+111=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA96F is #415690. Grayscale: #A8A8A8. Windows color (decimal): -4282001 or 7317950. OLE color: 7317950.

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

Color convert

RGB 190 169 111 -
CMYK 0 0.11 0.42 0.25
HSL 44.05º 0.38% 0.59% -
HSV(B) 44.05º 0.42% 0.75% -
XYZ 38.29 40.47 20.83 -
YUV 168.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 190 169 111 0 0.11 0.42 0.25 44.05 0.38 0.59
Hex BE A9 6F 0 B 2A 19 2C 26 3B
Octal 276 251 157 0 13 52 31 54 46 73
Binary 10111110 10101001 1101111 0 1011 101010 11001 101100 100110 111011

Color Harmonies of #BEA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA96F

Black with #BEA96F

Text Example


Text Example

White with #BEA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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