Html Css Color HEX #BEA059 Laser

📋 copy color: '#BEA059'

red 190 ◦ green 160 ◦ blue 89

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

Shades of Laser #BEA059

Tints of Laser #BEA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 89 (35.16% from 255) = 20.27%

R = 43.28%
G = 36.45%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEA059 (or 0xBEA059) is known color: Laser. HEX triplet: BE, A0 and 59. RGB value is (190,160,89). Sum of RGB (Red+Green+Blue) = 190+160+89=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA059 is #415FA6. Grayscale: #A1A1A1. Windows color (decimal): -4284327 or 5873854. OLE color: 5873854.

HSL color Cylindrical-coordinate representation of color #BEA059: hue angle of 42.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEA059 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 89 -
CMYK 0 0.16 0.53 0.25
HSL 42.18º 0.44% 0.55% -
HSV(B) 42.18º 0.53% 0.75% -
XYZ 35.61 36.81 14.68 -
YUV 160.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 190 160 89 0 0.16 0.53 0.25 42.18 0.44 0.55
Hex BE A0 59 0 10 35 19 2A 2C 37
Octal 276 240 131 0 20 65 31 52 54 67
Binary 10111110 10100000 1011001 0 10000 110101 11001 101010 101100 110111

Color Harmonies of #BEA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA059

Black with #BEA059

Text Example


Text Example

White with #BEA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA059; }

 p { color: rgb(190,160,89); }

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

background-color css

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

 a { background-color: rgb(190,160,89); }

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

border-color css

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

 span { border-color: rgb(190,160,89); }

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