Html Css Color HEX #BEA866 Laser

📋 copy color: '#BEA866'

red 190 ◦ green 168 ◦ blue 102

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

Shades of Laser #BEA866

Tints of Laser #BEA866

RGB

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

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

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

R = 41.3%
G = 36.52%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA866 (or 0xBEA866) is known color: Laser. HEX triplet: BE, A8 and 66. RGB value is (190,168,102). Sum of RGB (Red+Green+Blue) = 190+168+102=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA866 is #415799. Grayscale: #A7A7A7. Windows color (decimal): -4282266 or 6727870. OLE color: 6727870.

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

Color convert

RGB 190 168 102 -
CMYK 0 0.12 0.46 0.25
HSL 45º 0.4% 0.57% -
HSV(B) 45º 0.46% 0.75% -
XYZ 37.64 39.91 18.29 -
YUV 167.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 190 168 102 0 0.12 0.46 0.25 45 0.4 0.57
Hex BE A8 66 0 C 2E 19 2D 28 39
Octal 276 250 146 0 14 56 31 55 50 71
Binary 10111110 10101000 1100110 0 1100 101110 11001 101101 101000 111001

Color Harmonies of #BEA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA866

Black with #BEA866

Text Example


Text Example

White with #BEA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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