Html Css Color HEX #BEA863 Laser

📋 copy color: '#BEA863'

red 190 ◦ green 168 ◦ blue 99

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

Shades of Laser #BEA863

Tints of Laser #BEA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 41.58%
G = 36.76%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA863 (or 0xBEA863) is known color: Laser. HEX triplet: BE, A8 and 63. RGB value is (190,168,99). Sum of RGB (Red+Green+Blue) = 190+168+99=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA863 is #41579C. Grayscale: #A7A7A7. Windows color (decimal): -4282269 or 6531262. OLE color: 6531262.

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

Color convert

RGB 190 168 99 -
CMYK 0 0.12 0.48 0.25
HSL 45.49º 0.41% 0.57% -
HSV(B) 45.49º 0.48% 0.75% -
XYZ 37.49 39.85 17.52 -
YUV 166.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 190 168 99 0 0.12 0.48 0.25 45.49 0.41 0.57
Hex BE A8 63 0 C 30 19 2D 29 39
Octal 276 250 143 0 14 60 31 55 51 71
Binary 10111110 10101000 1100011 0 1100 110000 11001 101101 101001 111001

Color Harmonies of #BEA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA863

Black with #BEA863

Text Example


Text Example

White with #BEA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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