Html Css Color HEX #BEA366 Laser

📋 copy color: '#BEA366'

red 190 ◦ green 163 ◦ blue 102

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

Shades of Laser #BEA366

Tints of Laser #BEA366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 41.76%
G = 35.82%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA366 (or 0xBEA366) is known color: Laser. HEX triplet: BE, A3 and 66. RGB value is (190,163,102). Sum of RGB (Red+Green+Blue) = 190+163+102=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA366 is #415C99. Grayscale: #A4A4A4. Windows color (decimal): -4283546 or 6726590. OLE color: 6726590.

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

Color convert

RGB 190 163 102 -
CMYK 0 0.14 0.46 0.25
HSL 41.59º 0.4% 0.57% -
HSV(B) 41.59º 0.46% 0.75% -
XYZ 36.73 38.1 17.99 -
YUV 164.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 190 163 102 0 0.14 0.46 0.25 41.59 0.4 0.57
Hex BE A3 66 0 E 2E 19 2A 28 39
Octal 276 243 146 0 16 56 31 52 50 71
Binary 10111110 10100011 1100110 0 1110 101110 11001 101010 101000 111001

Color Harmonies of #BEA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA366

Black with #BEA366

Text Example


Text Example

White with #BEA366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA366; }

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

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

background-color css

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

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

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

border-color css

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

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

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