Html Css Color HEX #BEA566 Laser

📋 copy color: '#BEA566'

red 190 ◦ green 165 ◦ blue 102

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

Shades of Laser #BEA566

Tints of Laser #BEA566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 41.58%
G = 36.11%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA566 (or 0xBEA566) is known color: Laser. HEX triplet: BE, A5 and 66. RGB value is (190,165,102). Sum of RGB (Red+Green+Blue) = 190+165+102=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA566 is #415A99. Grayscale: #A5A5A5. Windows color (decimal): -4283034 or 6727102. OLE color: 6727102.

HSL color Cylindrical-coordinate representation of color #BEA566: hue angle of 42.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEA566 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 102 -
CMYK 0 0.13 0.46 0.25
HSL 42.95º 0.4% 0.57% -
HSV(B) 42.95º 0.46% 0.75% -
XYZ 37.09 38.82 18.11 -
YUV 165.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 190 165 102 0 0.13 0.46 0.25 42.95 0.4 0.57
Hex BE A5 66 0 D 2E 19 2B 28 39
Octal 276 245 146 0 15 56 31 53 50 71
Binary 10111110 10100101 1100110 0 1101 101110 11001 101011 101000 111001

Color Harmonies of #BEA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA566

Black with #BEA566

Text Example


Text Example

White with #BEA566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA566; }

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

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

background-color css

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

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

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

border-color css

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

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

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