Html Css Color HEX #BEA362 Laser

📋 copy color: '#BEA362'

red 190 ◦ green 163 ◦ blue 98

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

Shades of Laser #BEA362

Tints of Laser #BEA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 42.13%
G = 36.14%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA362 (or 0xBEA362) is known color: Laser. HEX triplet: BE, A3 and 62. RGB value is (190,163,98). Sum of RGB (Red+Green+Blue) = 190+163+98=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA362 is #415C9D. Grayscale: #A3A3A3. Windows color (decimal): -4283550 or 6464446. OLE color: 6464446.

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

Color convert

RGB 190 163 98 -
CMYK 0 0.14 0.48 0.25
HSL 42.39º 0.41% 0.56% -
HSV(B) 42.39º 0.48% 0.75% -
XYZ 36.54 38.02 16.97 -
YUV 163.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 190 163 98 0 0.14 0.48 0.25 42.39 0.41 0.56
Hex BE A3 62 0 E 30 19 2A 29 38
Octal 276 243 142 0 16 60 31 52 51 70
Binary 10111110 10100011 1100010 0 1110 110000 11001 101010 101001 111000

Color Harmonies of #BEA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA362

Black with #BEA362

Text Example


Text Example

White with #BEA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA362; }

 p { color: rgb(190,163,98); }

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

background-color css

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

 a { background-color: rgb(190,163,98); }

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

border-color css

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

 span { border-color: rgb(190,163,98); }

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