Html Css Color HEX #BEA557 Laser

📋 copy color: '#BEA557'

red 190 ◦ green 165 ◦ blue 87

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

Shades of Laser #BEA557

Tints of Laser #BEA557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 42.99%
G = 37.33%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEA557 (or 0xBEA557) is known color: Laser. HEX triplet: BE, A5 and 57. RGB value is (190,165,87). Sum of RGB (Red+Green+Blue) = 190+165+87=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA557 is #415AA8. Grayscale: #A3A3A3. Windows color (decimal): -4283049 or 5744062. OLE color: 5744062.

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

Color convert

RGB 190 165 87 -
CMYK 0 0.13 0.54 0.25
HSL 45.44º 0.44% 0.54% -
HSV(B) 45.44º 0.54% 0.75% -
XYZ 36.41 38.55 14.54 -
YUV 163.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 190 165 87 0 0.13 0.54 0.25 45.44 0.44 0.54
Hex BE A5 57 0 D 36 19 2D 2C 36
Octal 276 245 127 0 15 66 31 55 54 66
Binary 10111110 10100101 1010111 0 1101 110110 11001 101101 101100 110110

Color Harmonies of #BEA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA557

Black with #BEA557

Text Example


Text Example

White with #BEA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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