Html Css Color HEX #BEA262 Laser

📋 copy color: '#BEA262'

red 190 ◦ green 162 ◦ blue 98

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

Shades of Laser #BEA262

Tints of Laser #BEA262

RGB

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

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

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

R = 42.22%
G = 36%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA262 (or 0xBEA262) is known color: Laser. HEX triplet: BE, A2 and 62. RGB value is (190,162,98). Sum of RGB (Red+Green+Blue) = 190+162+98=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA262 is #415D9D. Grayscale: #A3A3A3. Windows color (decimal): -4283806 or 6464190. OLE color: 6464190.

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

Color convert

RGB 190 162 98 -
CMYK 0 0.15 0.48 0.25
HSL 41.74º 0.41% 0.56% -
HSV(B) 41.74º 0.48% 0.75% -
XYZ 36.36 37.67 16.91 -
YUV 163.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 190 162 98 0 0.15 0.48 0.25 41.74 0.41 0.56
Hex BE A2 62 0 F 30 19 2A 29 38
Octal 276 242 142 0 17 60 31 52 51 70
Binary 10111110 10100010 1100010 0 1111 110000 11001 101010 101001 111000

Color Harmonies of #BEA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA262

Black with #BEA262

Text Example


Text Example

White with #BEA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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