Html Css Color HEX #BEA65D Laser

📋 copy color: '#BEA65D'

red 190 ◦ green 166 ◦ blue 93

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

Shades of Laser #BEA65D

Tints of Laser #BEA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.97%

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

R = 42.32%
G = 36.97%
B = 20.71%

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

#BEA65D (or 0xBEA65D) is known color: Laser. HEX triplet: BE, A6 and 5D. RGB value is (190,166,93). Sum of RGB (Red+Green+Blue) = 190+166+93=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA65D is #4159A2. Grayscale: #A5A5A5. Windows color (decimal): -4282787 or 6137534. OLE color: 6137534.

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

Color convert

RGB 190 166 93 -
CMYK 0 0.13 0.51 0.25
HSL 45.15º 0.43% 0.55% -
HSV(B) 45.15º 0.51% 0.75% -
XYZ 36.85 39.01 15.94 -
YUV 164.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 190 166 93 0 0.13 0.51 0.25 45.15 0.43 0.55
Hex BE A6 5D 0 D 33 19 2D 2B 37
Octal 276 246 135 0 15 63 31 55 53 67
Binary 10111110 10100110 1011101 0 1101 110011 11001 101101 101011 110111

Color Harmonies of #BEA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA65D

Black with #BEA65D

Text Example


Text Example

White with #BEA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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