Html Css Color HEX #BEA657 Laser

📋 copy color: '#BEA657'

red 190 ◦ green 166 ◦ blue 87

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

Shades of Laser #BEA657

Tints of Laser #BEA657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 42.89%
G = 37.47%
B = 19.64%

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

#BEA657 (or 0xBEA657) is known color: Laser. HEX triplet: BE, A6 and 57. RGB value is (190,166,87). Sum of RGB (Red+Green+Blue) = 190+166+87=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA657 is #4159A8. Grayscale: #A4A4A4. Windows color (decimal): -4282793 or 5744318. OLE color: 5744318.

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

Color convert

RGB 190 166 87 -
CMYK 0 0.13 0.54 0.25
HSL 46.02º 0.44% 0.54% -
HSV(B) 46.02º 0.54% 0.75% -
XYZ 36.59 38.91 14.6 -
YUV 164.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 190 166 87 0 0.13 0.54 0.25 46.02 0.44 0.54
Hex BE A6 57 0 D 36 19 2E 2C 36
Octal 276 246 127 0 15 66 31 56 54 66
Binary 10111110 10100110 1010111 0 1101 110110 11001 101110 101100 110110

Color Harmonies of #BEA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA657

Black with #BEA657

Text Example


Text Example

White with #BEA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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