Html Css Color HEX #BEA264 Laser

📋 copy color: '#BEA264'

red 190 ◦ green 162 ◦ blue 100

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

Shades of Laser #BEA264

Tints of Laser #BEA264

RGB

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

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

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

R = 42.04%
G = 35.84%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA264 (or 0xBEA264) is known color: Laser. HEX triplet: BE, A2 and 64. RGB value is (190,162,100). Sum of RGB (Red+Green+Blue) = 190+162+100=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA264 is #415D9B. Grayscale: #A3A3A3. Windows color (decimal): -4283804 or 6595262. OLE color: 6595262.

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

Color convert

RGB 190 162 100 -
CMYK 0 0.15 0.47 0.25
HSL 41.33º 0.41% 0.57% -
HSV(B) 41.33º 0.47% 0.75% -
XYZ 36.46 37.71 17.41 -
YUV 163.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 190 162 100 0 0.15 0.47 0.25 41.33 0.41 0.57
Hex BE A2 64 0 F 2F 19 29 29 39
Octal 276 242 144 0 17 57 31 51 51 71
Binary 10111110 10100010 1100100 0 1111 101111 11001 101001 101001 111001

Color Harmonies of #BEA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA264

Black with #BEA264

Text Example


Text Example

White with #BEA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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