Html Css Color HEX #BEA056 Laser

📋 copy color: '#BEA056'

red 190 ◦ green 160 ◦ blue 86

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

Shades of Laser #BEA056

Tints of Laser #BEA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.72%

R = 43.58%
G = 36.7%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEA056 (or 0xBEA056) is known color: Laser. HEX triplet: BE, A0 and 56. RGB value is (190,160,86). Sum of RGB (Red+Green+Blue) = 190+160+86=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA056 is #415FA9. Grayscale: #A0A0A0. Windows color (decimal): -4284330 or 5677246. OLE color: 5677246.

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

Color convert

RGB 190 160 86 -
CMYK 0 0.16 0.55 0.25
HSL 42.69º 0.44% 0.54% -
HSV(B) 42.69º 0.55% 0.75% -
XYZ 35.49 36.76 14.03 -
YUV 160.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 190 160 86 0 0.16 0.55 0.25 42.69 0.44 0.54
Hex BE A0 56 0 10 37 19 2B 2C 36
Octal 276 240 126 0 20 67 31 53 54 66
Binary 10111110 10100000 1010110 0 10000 110111 11001 101011 101100 110110

Color Harmonies of #BEA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA056

Black with #BEA056

Text Example


Text Example

White with #BEA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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