Html Css Color HEX #BEA360 Laser

📋 copy color: '#BEA360'

red 190 ◦ green 163 ◦ blue 96

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

Shades of Laser #BEA360

Tints of Laser #BEA360

RGB

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

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

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

R = 42.32%
G = 36.3%
B = 21.38%

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

#BEA360 (or 0xBEA360) is known color: Laser. HEX triplet: BE, A3 and 60. RGB value is (190,163,96). Sum of RGB (Red+Green+Blue) = 190+163+96=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA360 is #415C9F. Grayscale: #A3A3A3. Windows color (decimal): -4283552 or 6333374. OLE color: 6333374.

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

Color convert

RGB 190 163 96 -
CMYK 0 0.14 0.49 0.25
HSL 42.77º 0.42% 0.56% -
HSV(B) 42.77º 0.49% 0.75% -
XYZ 36.44 37.99 16.48 -
YUV 163.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 190 163 96 0 0.14 0.49 0.25 42.77 0.42 0.56
Hex BE A3 60 0 E 31 19 2B 2A 38
Octal 276 243 140 0 16 61 31 53 52 70
Binary 10111110 10100011 1100000 0 1110 110001 11001 101011 101010 111000

Color Harmonies of #BEA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA360

Black with #BEA360

Text Example


Text Example

White with #BEA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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