Html Css Color HEX #BEA868 Laser

📋 copy color: '#BEA868'

red 190 ◦ green 168 ◦ blue 104

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

Shades of Laser #BEA868

Tints of Laser #BEA868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 41.13%
G = 36.36%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA868 (or 0xBEA868) is known color: Laser. HEX triplet: BE, A8 and 68. RGB value is (190,168,104). Sum of RGB (Red+Green+Blue) = 190+168+104=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA868 is #415797. Grayscale: #A7A7A7. Windows color (decimal): -4282264 or 6858942. OLE color: 6858942.

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

Color convert

RGB 190 168 104 -
CMYK 0 0.12 0.45 0.25
HSL 44.65º 0.4% 0.58% -
HSV(B) 44.65º 0.45% 0.75% -
XYZ 37.74 39.95 18.82 -
YUV 167.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 190 168 104 0 0.12 0.45 0.25 44.65 0.4 0.58
Hex BE A8 68 0 C 2D 19 2D 28 3A
Octal 276 250 150 0 14 55 31 55 50 72
Binary 10111110 10101000 1101000 0 1100 101101 11001 101101 101000 111010

Color Harmonies of #BEA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA868

Black with #BEA868

Text Example


Text Example

White with #BEA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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