Html Css Color HEX #BEA45D Laser

📋 copy color: '#BEA45D'

red 190 ◦ green 164 ◦ blue 93

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

Shades of Laser #BEA45D

Tints of Laser #BEA45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 42.51%
G = 36.69%
B = 20.81%

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

#BEA45D (or 0xBEA45D) is known color: Laser. HEX triplet: BE, A4 and 5D. RGB value is (190,164,93). Sum of RGB (Red+Green+Blue) = 190+164+93=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA45D is #415BA2. Grayscale: #A3A3A3. Windows color (decimal): -4283299 or 6137022. OLE color: 6137022.

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

Color convert

RGB 190 164 93 -
CMYK 0 0.14 0.51 0.25
HSL 43.92º 0.43% 0.55% -
HSV(B) 43.92º 0.51% 0.75% -
XYZ 36.49 38.29 15.82 -
YUV 163.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 190 164 93 0 0.14 0.51 0.25 43.92 0.43 0.55
Hex BE A4 5D 0 E 33 19 2C 2B 37
Octal 276 244 135 0 16 63 31 54 53 67
Binary 10111110 10100100 1011101 0 1110 110011 11001 101100 101011 110111

Color Harmonies of #BEA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA45D

Black with #BEA45D

Text Example


Text Example

White with #BEA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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