Html Css Color HEX #BEA561 Laser

📋 copy color: '#BEA561'

red 190 ◦ green 165 ◦ blue 97

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

Shades of Laser #BEA561

Tints of Laser #BEA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

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

R = 42.04%
G = 36.5%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA561 (or 0xBEA561) is known color: Laser. HEX triplet: BE, A5 and 61. RGB value is (190,165,97). Sum of RGB (Red+Green+Blue) = 190+165+97=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA561 is #415A9E. Grayscale: #A5A5A5. Windows color (decimal): -4283039 or 6399422. OLE color: 6399422.

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

Color convert

RGB 190 165 97 -
CMYK 0 0.13 0.49 0.25
HSL 43.87º 0.42% 0.56% -
HSV(B) 43.87º 0.49% 0.75% -
XYZ 36.85 38.72 16.84 -
YUV 164.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 190 165 97 0 0.13 0.49 0.25 43.87 0.42 0.56
Hex BE A5 61 0 D 31 19 2C 2A 38
Octal 276 245 141 0 15 61 31 54 52 70
Binary 10111110 10100101 1100001 0 1101 110001 11001 101100 101010 111000

Color Harmonies of #BEA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA561

Black with #BEA561

Text Example


Text Example

White with #BEA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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