Html Css Color HEX #BEA060 Laser

📋 copy color: '#BEA060'

red 190 ◦ green 160 ◦ blue 96

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

Shades of Laser #BEA060

Tints of Laser #BEA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 42.6%
G = 35.87%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA060 (or 0xBEA060) is known color: Laser. HEX triplet: BE, A0 and 60. RGB value is (190,160,96). Sum of RGB (Red+Green+Blue) = 190+160+96=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA060 is #415F9F. Grayscale: #A1A1A1. Windows color (decimal): -4284320 or 6332606. OLE color: 6332606.

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

Color convert

RGB 190 160 96 -
CMYK 0 0.16 0.49 0.25
HSL 40.85º 0.42% 0.56% -
HSV(B) 40.85º 0.49% 0.75% -
XYZ 35.92 36.93 16.3 -
YUV 161.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 190 160 96 0 0.16 0.49 0.25 40.85 0.42 0.56
Hex BE A0 60 0 10 31 19 29 2A 38
Octal 276 240 140 0 20 61 31 51 52 70
Binary 10111110 10100000 1100000 0 10000 110001 11001 101001 101010 111000

Color Harmonies of #BEA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA060

Black with #BEA060

Text Example


Text Example

White with #BEA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA060; }

 p { color: rgb(190,160,96); }

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

background-color css

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

 a { background-color: rgb(190,160,96); }

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

border-color css

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

 span { border-color: rgb(190,160,96); }

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