Html Css Color HEX #BEA361 Laser

📋 copy color: '#BEA361'

red 190 ◦ green 163 ◦ blue 97

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

Shades of Laser #BEA361

Tints of Laser #BEA361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 42.22%
G = 36.22%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA361 (or 0xBEA361) is known color: Laser. HEX triplet: BE, A3 and 61. RGB value is (190,163,97). Sum of RGB (Red+Green+Blue) = 190+163+97=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA361 is #415C9E. Grayscale: #A3A3A3. Windows color (decimal): -4283551 or 6398910. OLE color: 6398910.

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

Color convert

RGB 190 163 97 -
CMYK 0 0.14 0.49 0.25
HSL 42.58º 0.42% 0.56% -
HSV(B) 42.58º 0.49% 0.75% -
XYZ 36.49 38 16.72 -
YUV 163.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 190 163 97 0 0.14 0.49 0.25 42.58 0.42 0.56
Hex BE A3 61 0 E 31 19 2B 2A 38
Octal 276 243 141 0 16 61 31 53 52 70
Binary 10111110 10100011 1100001 0 1110 110001 11001 101011 101010 111000

Color Harmonies of #BEA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA361

Black with #BEA361

Text Example


Text Example

White with #BEA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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