Html Css Color HEX #BEA565 Laser

📋 copy color: '#BEA565'

red 190 ◦ green 165 ◦ blue 101

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

Shades of Laser #BEA565

Tints of Laser #BEA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 41.67%
G = 36.18%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA565 (or 0xBEA565) is known color: Laser. HEX triplet: BE, A5 and 65. RGB value is (190,165,101). Sum of RGB (Red+Green+Blue) = 190+165+101=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA565 is #415A9A. Grayscale: #A5A5A5. Windows color (decimal): -4283035 or 6661566. OLE color: 6661566.

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

Color convert

RGB 190 165 101 -
CMYK 0 0.13 0.47 0.25
HSL 43.15º 0.41% 0.57% -
HSV(B) 43.15º 0.47% 0.75% -
XYZ 37.04 38.8 17.85 -
YUV 165.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 190 165 101 0 0.13 0.47 0.25 43.15 0.41 0.57
Hex BE A5 65 0 D 2F 19 2B 29 39
Octal 276 245 145 0 15 57 31 53 51 71
Binary 10111110 10100101 1100101 0 1101 101111 11001 101011 101001 111001

Color Harmonies of #BEA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA565

Black with #BEA565

Text Example


Text Example

White with #BEA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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