Html Css Color HEX #BEA163 Laser

📋 copy color: '#BEA163'

red 190 ◦ green 161 ◦ blue 99

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

Shades of Laser #BEA163

Tints of Laser #BEA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 42.22%
G = 35.78%
B = 22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEA163 (or 0xBEA163) is known color: Laser. HEX triplet: BE, A1 and 63. RGB value is (190,161,99). Sum of RGB (Red+Green+Blue) = 190+161+99=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA163 is #415E9C. Grayscale: #A2A2A2. Windows color (decimal): -4284061 or 6529470. OLE color: 6529470.

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

Color convert

RGB 190 161 99 -
CMYK 0 0.15 0.48 0.25
HSL 40.88º 0.41% 0.57% -
HSV(B) 40.88º 0.48% 0.75% -
XYZ 36.23 37.34 17.1 -
YUV 162.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 190 161 99 0 0.15 0.48 0.25 40.88 0.41 0.57
Hex BE A1 63 0 F 30 19 29 29 39
Octal 276 241 143 0 17 60 31 51 51 71
Binary 10111110 10100001 1100011 0 1111 110000 11001 101001 101001 111001

Color Harmonies of #BEA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA163

Black with #BEA163

Text Example


Text Example

White with #BEA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA163; }

 p { color: rgb(190,161,99); }

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

background-color css

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

 a { background-color: rgb(190,161,99); }

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

border-color css

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

 span { border-color: rgb(190,161,99); }

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