Html Css Color HEX #BEA35D Laser

📋 copy color: '#BEA35D'

red 190 ◦ green 163 ◦ blue 93

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

Shades of Laser #BEA35D

Tints of Laser #BEA35D

RGB

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

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

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

R = 42.6%
G = 36.55%
B = 20.85%

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

#BEA35D (or 0xBEA35D) is known color: Laser. HEX triplet: BE, A3 and 5D. RGB value is (190,163,93). Sum of RGB (Red+Green+Blue) = 190+163+93=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35D is #415CA2. Grayscale: #A3A3A3. Windows color (decimal): -4283555 or 6136766. OLE color: 6136766.

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

Color convert

RGB 190 163 93 -
CMYK 0 0.14 0.51 0.25
HSL 43.3º 0.43% 0.55% -
HSV(B) 43.3º 0.51% 0.75% -
XYZ 36.31 37.93 15.76 -
YUV 163.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 190 163 93 0 0.14 0.51 0.25 43.3 0.43 0.55
Hex BE A3 5D 0 E 33 19 2B 2B 37
Octal 276 243 135 0 16 63 31 53 53 67
Binary 10111110 10100011 1011101 0 1110 110011 11001 101011 101011 110111

Color Harmonies of #BEA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA35D

Black with #BEA35D

Text Example


Text Example

White with #BEA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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