Html Css Color HEX #BEA861 Laser

📋 copy color: '#BEA861'

red 190 ◦ green 168 ◦ blue 97

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

Shades of Laser #BEA861

Tints of Laser #BEA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

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

R = 41.76%
G = 36.92%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA861 (or 0xBEA861) is known color: Laser. HEX triplet: BE, A8 and 61. RGB value is (190,168,97). Sum of RGB (Red+Green+Blue) = 190+168+97=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA861 is #41579E. Grayscale: #A6A6A6. Windows color (decimal): -4282271 or 6400190. OLE color: 6400190.

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

Color convert

RGB 190 168 97 -
CMYK 0 0.12 0.49 0.25
HSL 45.81º 0.42% 0.56% -
HSV(B) 45.81º 0.49% 0.75% -
XYZ 37.4 39.82 17.02 -
YUV 166.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 190 168 97 0 0.12 0.49 0.25 45.81 0.42 0.56
Hex BE A8 61 0 C 31 19 2E 2A 38
Octal 276 250 141 0 14 61 31 56 52 70
Binary 10111110 10101000 1100001 0 1100 110001 11001 101110 101010 111000

Color Harmonies of #BEA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA861

Black with #BEA861

Text Example


Text Example

White with #BEA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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