Html Css Color HEX #BEA55D Laser

📋 copy color: '#BEA55D'

red 190 ◦ green 165 ◦ blue 93

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

Shades of Laser #BEA55D

Tints of Laser #BEA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

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

R = 42.41%
G = 36.83%
B = 20.76%

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

#BEA55D (or 0xBEA55D) is known color: Laser. HEX triplet: BE, A5 and 5D. RGB value is (190,165,93). Sum of RGB (Red+Green+Blue) = 190+165+93=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA55D is #415AA2. Grayscale: #A4A4A4. Windows color (decimal): -4283043 or 6137278. OLE color: 6137278.

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

Color convert

RGB 190 165 93 -
CMYK 0 0.13 0.51 0.25
HSL 44.54º 0.43% 0.55% -
HSV(B) 44.54º 0.51% 0.75% -
XYZ 36.67 38.65 15.88 -
YUV 164.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 190 165 93 0 0.13 0.51 0.25 44.54 0.43 0.55
Hex BE A5 5D 0 D 33 19 2D 2B 37
Octal 276 245 135 0 15 63 31 55 53 67
Binary 10111110 10100101 1011101 0 1101 110011 11001 101101 101011 110111

Color Harmonies of #BEA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA55D

Black with #BEA55D

Text Example


Text Example

White with #BEA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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