Html Css Color HEX #BEA464 Laser

📋 copy color: '#BEA464'

red 190 ◦ green 164 ◦ blue 100

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

Shades of Laser #BEA464

Tints of Laser #BEA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 41.85%
G = 36.12%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA464 (or 0xBEA464) is known color: Laser. HEX triplet: BE, A4 and 64. RGB value is (190,164,100). Sum of RGB (Red+Green+Blue) = 190+164+100=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA464 is #415B9B. Grayscale: #A4A4A4. Windows color (decimal): -4283292 or 6595774. OLE color: 6595774.

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

Color convert

RGB 190 164 100 -
CMYK 0 0.14 0.47 0.25
HSL 42.67º 0.41% 0.57% -
HSV(B) 42.67º 0.47% 0.75% -
XYZ 36.81 38.42 17.53 -
YUV 164.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 190 164 100 0 0.14 0.47 0.25 42.67 0.41 0.57
Hex BE A4 64 0 E 2F 19 2B 29 39
Octal 276 244 144 0 16 57 31 53 51 71
Binary 10111110 10100100 1100100 0 1110 101111 11001 101011 101001 111001

Color Harmonies of #BEA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA464

Black with #BEA464

Text Example


Text Example

White with #BEA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA464; }

 p { color: rgb(190,164,100); }

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

background-color css

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

 a { background-color: rgb(190,164,100); }

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

border-color css

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

 span { border-color: rgb(190,164,100); }

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