Html Css Color HEX #BEA461 Laser

📋 copy color: '#BEA461'

red 190 ◦ green 164 ◦ blue 97

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

Shades of Laser #BEA461

Tints of Laser #BEA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 42.13%
G = 36.36%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA461 (or 0xBEA461) is known color: Laser. HEX triplet: BE, A4 and 61. RGB value is (190,164,97). Sum of RGB (Red+Green+Blue) = 190+164+97=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA461 is #415B9E. Grayscale: #A4A4A4. Windows color (decimal): -4283295 or 6399166. OLE color: 6399166.

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

Color convert

RGB 190 164 97 -
CMYK 0 0.14 0.49 0.25
HSL 43.23º 0.42% 0.56% -
HSV(B) 43.23º 0.49% 0.75% -
XYZ 36.67 38.36 16.78 -
YUV 164.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 190 164 97 0 0.14 0.49 0.25 43.23 0.42 0.56
Hex BE A4 61 0 E 31 19 2B 2A 38
Octal 276 244 141 0 16 61 31 53 52 70
Binary 10111110 10100100 1100001 0 1110 110001 11001 101011 101010 111000

Color Harmonies of #BEA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA461

Black with #BEA461

Text Example


Text Example

White with #BEA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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