Html Css Color HEX #BEA368 Laser

📋 copy color: '#BEA368'

red 190 ◦ green 163 ◦ blue 104

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

Shades of Laser #BEA368

Tints of Laser #BEA368

RGB

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

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

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

R = 41.58%
G = 35.67%
B = 22.76%

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

#BEA368 (or 0xBEA368) is known color: Laser. HEX triplet: BE, A3 and 68. RGB value is (190,163,104). Sum of RGB (Red+Green+Blue) = 190+163+104=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA368 is #415C97. Grayscale: #A4A4A4. Windows color (decimal): -4283544 or 6857662. OLE color: 6857662.

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

Color convert

RGB 190 163 104 -
CMYK 0 0.14 0.45 0.25
HSL 41.16º 0.4% 0.58% -
HSV(B) 41.16º 0.45% 0.75% -
XYZ 36.83 38.14 18.52 -
YUV 164.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 190 163 104 0 0.14 0.45 0.25 41.16 0.4 0.58
Hex BE A3 68 0 E 2D 19 29 28 3A
Octal 276 243 150 0 16 55 31 51 50 72
Binary 10111110 10100011 1101000 0 1110 101101 11001 101001 101000 111010

Color Harmonies of #BEA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA368

Black with #BEA368

Text Example


Text Example

White with #BEA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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