Html Css Color HEX #BEA65E Laser

📋 copy color: '#BEA65E'

red 190 ◦ green 166 ◦ blue 94

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

Shades of Laser #BEA65E

Tints of Laser #BEA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.89%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 42.22%
G = 36.89%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEA65E (or 0xBEA65E) is known color: Laser. HEX triplet: BE, A6 and 5E. RGB value is (190,166,94). Sum of RGB (Red+Green+Blue) = 190+166+94=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA65E is #4159A1. Grayscale: #A5A5A5. Windows color (decimal): -4282786 or 6203070. OLE color: 6203070.

HSL color Cylindrical-coordinate representation of color #BEA65E: hue angle of 45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEA65E is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 94 -
CMYK 0 0.13 0.51 0.25
HSL 45º 0.42% 0.56% -
HSV(B) 45º 0.51% 0.75% -
XYZ 36.89 39.03 16.18 -
YUV 164.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 190 166 94 0 0.13 0.51 0.25 45 0.42 0.56
Hex BE A6 5E 0 D 33 19 2D 2A 38
Octal 276 246 136 0 15 63 31 55 52 70
Binary 10111110 10100110 1011110 0 1101 110011 11001 101101 101010 111000

Color Harmonies of #BEA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA65E

Black with #BEA65E

Text Example


Text Example

White with #BEA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA65E; }

 p { color: rgb(190,166,94); }

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

background-color css

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

 a { background-color: rgb(190,166,94); }

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

border-color css

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

 span { border-color: rgb(190,166,94); }

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