Html Css Color HEX #BEA257 Laser

📋 copy color: '#BEA257'

red 190 ◦ green 162 ◦ blue 87

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

Shades of Laser #BEA257

Tints of Laser #BEA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 43.28%
G = 36.9%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEA257 (or 0xBEA257) is known color: Laser. HEX triplet: BE, A2 and 57. RGB value is (190,162,87). Sum of RGB (Red+Green+Blue) = 190+162+87=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA257 is #415DA8. Grayscale: #A2A2A2. Windows color (decimal): -4283817 or 5743294. OLE color: 5743294.

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

Color convert

RGB 190 162 87 -
CMYK 0 0.15 0.54 0.25
HSL 43.69º 0.44% 0.54% -
HSV(B) 43.69º 0.54% 0.75% -
XYZ 35.88 37.48 14.36 -
YUV 161.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 190 162 87 0 0.15 0.54 0.25 43.69 0.44 0.54
Hex BE A2 57 0 F 36 19 2C 2C 36
Octal 276 242 127 0 17 66 31 54 54 66
Binary 10111110 10100010 1010111 0 1111 110110 11001 101100 101100 110110

Color Harmonies of #BEA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA257

Black with #BEA257

Text Example


Text Example

White with #BEA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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