Html Css Color HEX #BEA256 Laser

📋 copy color: '#BEA256'

red 190 ◦ green 162 ◦ blue 86

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

Shades of Laser #BEA256

Tints of Laser #BEA256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 43.38%
G = 36.99%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEA256 (or 0xBEA256) is known color: Laser. HEX triplet: BE, A2 and 56. RGB value is (190,162,86). Sum of RGB (Red+Green+Blue) = 190+162+86=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA256 is #415DA9. Grayscale: #A2A2A2. Windows color (decimal): -4283818 or 5677758. OLE color: 5677758.

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

Color convert

RGB 190 162 86 -
CMYK 0 0.15 0.55 0.25
HSL 43.85º 0.44% 0.54% -
HSV(B) 43.85º 0.55% 0.75% -
XYZ 35.84 37.46 14.15 -
YUV 161.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 190 162 86 0 0.15 0.55 0.25 43.85 0.44 0.54
Hex BE A2 56 0 F 37 19 2C 2C 36
Octal 276 242 126 0 17 67 31 54 54 66
Binary 10111110 10100010 1010110 0 1111 110111 11001 101100 101100 110110

Color Harmonies of #BEA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA256

Black with #BEA256

Text Example


Text Example

White with #BEA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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