Html Css Color HEX #BEA962 Laser

📋 copy color: '#BEA962'

red 190 ◦ green 169 ◦ blue 98

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

Shades of Laser #BEA962

Tints of Laser #BEA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 41.58%
G = 36.98%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA962 (or 0xBEA962) is known color: Laser. HEX triplet: BE, A9 and 62. RGB value is (190,169,98). Sum of RGB (Red+Green+Blue) = 190+169+98=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA962 is #41569D. Grayscale: #A7A7A7. Windows color (decimal): -4282014 or 6465982. OLE color: 6465982.

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

Color convert

RGB 190 169 98 -
CMYK 0 0.11 0.48 0.25
HSL 46.3º 0.41% 0.56% -
HSV(B) 46.3º 0.48% 0.75% -
XYZ 37.63 40.2 17.33 -
YUV 167.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 190 169 98 0 0.11 0.48 0.25 46.3 0.41 0.56
Hex BE A9 62 0 B 30 19 2E 29 38
Octal 276 251 142 0 13 60 31 56 51 70
Binary 10111110 10101001 1100010 0 1011 110000 11001 101110 101001 111000

Color Harmonies of #BEA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA962

Black with #BEA962

Text Example


Text Example

White with #BEA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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