Html Css Color HEX #BEA45E Laser

📋 copy color: '#BEA45E'

red 190 ◦ green 164 ◦ blue 94

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

Shades of Laser #BEA45E

Tints of Laser #BEA45E

RGB

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

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

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

R = 42.41%
G = 36.61%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEA45E (or 0xBEA45E) is known color: Laser. HEX triplet: BE, A4 and 5E. RGB value is (190,164,94). Sum of RGB (Red+Green+Blue) = 190+164+94=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA45E is #415BA1. Grayscale: #A4A4A4. Windows color (decimal): -4283298 or 6202558. OLE color: 6202558.

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

Color convert

RGB 190 164 94 -
CMYK 0 0.14 0.51 0.25
HSL 43.75º 0.42% 0.56% -
HSV(B) 43.75º 0.51% 0.75% -
XYZ 36.53 38.31 16.06 -
YUV 163.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 190 164 94 0 0.14 0.51 0.25 43.75 0.42 0.56
Hex BE A4 5E 0 E 33 19 2C 2A 38
Octal 276 244 136 0 16 63 31 54 52 70
Binary 10111110 10100100 1011110 0 1110 110011 11001 101100 101010 111000

Color Harmonies of #BEA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA45E

Black with #BEA45E

Text Example


Text Example

White with #BEA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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