Html Css Color HEX #BEA364 Laser

📋 copy color: '#BEA364'

red 190 ◦ green 163 ◦ blue 100

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

Shades of Laser #BEA364

Tints of Laser #BEA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

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

R = 41.94%
G = 35.98%
B = 22.08%

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

#BEA364 (or 0xBEA364) is known color: Laser. HEX triplet: BE, A3 and 64. RGB value is (190,163,100). Sum of RGB (Red+Green+Blue) = 190+163+100=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA364 is #415C9B. Grayscale: #A4A4A4. Windows color (decimal): -4283548 or 6595518. OLE color: 6595518.

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

Color convert

RGB 190 163 100 -
CMYK 0 0.14 0.47 0.25
HSL 42º 0.41% 0.57% -
HSV(B) 42º 0.47% 0.75% -
XYZ 36.63 38.06 17.47 -
YUV 163.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 190 163 100 0 0.14 0.47 0.25 42 0.41 0.57
Hex BE A3 64 0 E 2F 19 2A 29 39
Octal 276 243 144 0 16 57 31 52 51 71
Binary 10111110 10100011 1100100 0 1110 101111 11001 101010 101001 111001

Color Harmonies of #BEA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA364

Black with #BEA364

Text Example


Text Example

White with #BEA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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