Html Css Color HEX #BEA259 Laser

📋 copy color: '#BEA259'

red 190 ◦ green 162 ◦ blue 89

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

Shades of Laser #BEA259

Tints of Laser #BEA259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 43.08%
G = 36.73%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEA259 (or 0xBEA259) is known color: Laser. HEX triplet: BE, A2 and 59. RGB value is (190,162,89). Sum of RGB (Red+Green+Blue) = 190+162+89=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA259 is #415DA6. Grayscale: #A2A2A2. Windows color (decimal): -4283815 or 5874366. OLE color: 5874366.

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

Color convert

RGB 190 162 89 -
CMYK 0 0.15 0.53 0.25
HSL 43.37º 0.44% 0.55% -
HSV(B) 43.37º 0.53% 0.75% -
XYZ 35.96 37.51 14.8 -
YUV 162.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 190 162 89 0 0.15 0.53 0.25 43.37 0.44 0.55
Hex BE A2 59 0 F 35 19 2B 2C 37
Octal 276 242 131 0 17 65 31 53 54 67
Binary 10111110 10100010 1011001 0 1111 110101 11001 101011 101100 110111

Color Harmonies of #BEA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA259

Black with #BEA259

Text Example


Text Example

White with #BEA259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA259; }

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

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

background-color css

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

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

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

border-color css

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

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

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