Html Css Color HEX #BEA968 Laser

📋 copy color: '#BEA968'

red 190 ◦ green 169 ◦ blue 104

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

Shades of Laser #BEA968

Tints of Laser #BEA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

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

R = 41.04%
G = 36.5%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA968 (or 0xBEA968) is known color: Laser. HEX triplet: BE, A9 and 68. RGB value is (190,169,104). Sum of RGB (Red+Green+Blue) = 190+169+104=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA968 is #415697. Grayscale: #A8A8A8. Windows color (decimal): -4282008 or 6859198. OLE color: 6859198.

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

Color convert

RGB 190 169 104 -
CMYK 0 0.11 0.45 0.25
HSL 45.35º 0.4% 0.58% -
HSV(B) 45.35º 0.45% 0.75% -
XYZ 37.92 40.32 18.88 -
YUV 167.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 190 169 104 0 0.11 0.45 0.25 45.35 0.4 0.58
Hex BE A9 68 0 B 2D 19 2D 28 3A
Octal 276 251 150 0 13 55 31 55 50 72
Binary 10111110 10101001 1101000 0 1011 101101 11001 101101 101000 111010

Color Harmonies of #BEA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA968

Black with #BEA968

Text Example


Text Example

White with #BEA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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