Html Css Color HEX #BEA85D Laser

📋 copy color: '#BEA85D'

red 190 ◦ green 168 ◦ blue 93

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

Shades of Laser #BEA85D

Tints of Laser #BEA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 42.13%
G = 37.25%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEA85D (or 0xBEA85D) is known color: Laser. HEX triplet: BE, A8 and 5D. RGB value is (190,168,93). Sum of RGB (Red+Green+Blue) = 190+168+93=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA85D is #4157A2. Grayscale: #A6A6A6. Windows color (decimal): -4282275 or 6138046. OLE color: 6138046.

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

Color convert

RGB 190 168 93 -
CMYK 0 0.12 0.51 0.25
HSL 46.39º 0.43% 0.55% -
HSV(B) 46.39º 0.51% 0.75% -
XYZ 37.21 39.74 16.07 -
YUV 166.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 190 168 93 0 0.12 0.51 0.25 46.39 0.43 0.55
Hex BE A8 5D 0 C 33 19 2E 2B 37
Octal 276 250 135 0 14 63 31 56 53 67
Binary 10111110 10101000 1011101 0 1100 110011 11001 101110 101011 110111

Color Harmonies of #BEA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA85D

Black with #BEA85D

Text Example


Text Example

White with #BEA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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