Html Css Color HEX #BEAA5E Gimblet

📋 copy color: '#BEAA5E'

red 190 ◦ green 170 ◦ blue 94

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

Shades of Gimblet #BEAA5E

Tints of Gimblet #BEAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 41.85%
G = 37.44%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEAA5E (or 0xBEAA5E) is known color: Gimblet. HEX triplet: BE, AA and 5E. RGB value is (190,170,94). Sum of RGB (Red+Green+Blue) = 190+170+94=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA5E is #4155A1. Grayscale: #A7A7A7. Windows color (decimal): -4281762 or 6204094. OLE color: 6204094.

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

Color convert

RGB 190 170 94 -
CMYK 0 0.11 0.51 0.25
HSL 47.5º 0.42% 0.56% -
HSV(B) 47.5º 0.51% 0.75% -
XYZ 37.63 40.5 16.42 -
YUV 167.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 190 170 94 0 0.11 0.51 0.25 47.5 0.42 0.56
Hex BE AA 5E 0 B 33 19 30 2A 38
Octal 276 252 136 0 13 63 31 60 52 70
Binary 10111110 10101010 1011110 0 1011 110011 11001 110000 101010 111000

Color Harmonies of #BEAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA5E

Black with #BEAA5E

Text Example


Text Example

White with #BEAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA5E; }

 p { color: rgb(190,170,94); }

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

background-color css

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

 a { background-color: rgb(190,170,94); }

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

border-color css

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

 span { border-color: rgb(190,170,94); }

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