Html Css Color HEX #BEA160 Laser

📋 copy color: '#BEA160'

red 190 ◦ green 161 ◦ blue 96

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

Shades of Laser #BEA160

Tints of Laser #BEA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

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

R = 42.51%
G = 36.02%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA160 (or 0xBEA160) is known color: Laser. HEX triplet: BE, A1 and 60. RGB value is (190,161,96). Sum of RGB (Red+Green+Blue) = 190+161+96=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA160 is #415E9F. Grayscale: #A2A2A2. Windows color (decimal): -4284064 or 6332862. OLE color: 6332862.

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

Color convert

RGB 190 161 96 -
CMYK 0 0.15 0.49 0.25
HSL 41.49º 0.42% 0.56% -
HSV(B) 41.49º 0.49% 0.75% -
XYZ 36.09 37.28 16.36 -
YUV 162.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 190 161 96 0 0.15 0.49 0.25 41.49 0.42 0.56
Hex BE A1 60 0 F 31 19 29 2A 38
Octal 276 241 140 0 17 61 31 51 52 70
Binary 10111110 10100001 1100000 0 1111 110001 11001 101001 101010 111000

Color Harmonies of #BEA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA160

Black with #BEA160

Text Example


Text Example

White with #BEA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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