Html Css Color HEX #BEA563 Laser

📋 copy color: '#BEA563'

red 190 ◦ green 165 ◦ blue 99

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

Shades of Laser #BEA563

Tints of Laser #BEA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 41.85%
G = 36.34%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA563 (or 0xBEA563) is known color: Laser. HEX triplet: BE, A5 and 63. RGB value is (190,165,99). Sum of RGB (Red+Green+Blue) = 190+165+99=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA563 is #415A9C. Grayscale: #A5A5A5. Windows color (decimal): -4283037 or 6530494. OLE color: 6530494.

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

Color convert

RGB 190 165 99 -
CMYK 0 0.13 0.48 0.25
HSL 43.52º 0.41% 0.57% -
HSV(B) 43.52º 0.48% 0.75% -
XYZ 36.94 38.76 17.34 -
YUV 164.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 190 165 99 0 0.13 0.48 0.25 43.52 0.41 0.57
Hex BE A5 63 0 D 30 19 2C 29 39
Octal 276 245 143 0 15 60 31 54 51 71
Binary 10111110 10100101 1100011 0 1101 110000 11001 101100 101001 111001

Color Harmonies of #BEA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA563

Black with #BEA563

Text Example


Text Example

White with #BEA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA563; }

 p { color: rgb(190,165,99); }

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

background-color css

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

 a { background-color: rgb(190,165,99); }

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

border-color css

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

 span { border-color: rgb(190,165,99); }

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