Html Css Color HEX #BEA468 Laser

📋 copy color: '#BEA468'

red 190 ◦ green 164 ◦ blue 104

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

Shades of Laser #BEA468

Tints of Laser #BEA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 41.48%
G = 35.81%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA468 (or 0xBEA468) is known color: Laser. HEX triplet: BE, A4 and 68. RGB value is (190,164,104). Sum of RGB (Red+Green+Blue) = 190+164+104=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA468 is #415B97. Grayscale: #A5A5A5. Windows color (decimal): -4283288 or 6857918. OLE color: 6857918.

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

Color convert

RGB 190 164 104 -
CMYK 0 0.14 0.45 0.25
HSL 41.86º 0.4% 0.58% -
HSV(B) 41.86º 0.45% 0.75% -
XYZ 37.01 38.5 18.58 -
YUV 164.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 190 164 104 0 0.14 0.45 0.25 41.86 0.4 0.58
Hex BE A4 68 0 E 2D 19 2A 28 3A
Octal 276 244 150 0 16 55 31 52 50 72
Binary 10111110 10100100 1101000 0 1110 101101 11001 101010 101000 111010

Color Harmonies of #BEA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA468

Black with #BEA468

Text Example


Text Example

White with #BEA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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