Html Css Color HEX #BEA65B Laser

📋 copy color: '#BEA65B'

red 190 ◦ green 166 ◦ blue 91

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

Shades of Laser #BEA65B

Tints of Laser #BEA65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 42.51%
G = 37.14%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA65B (or 0xBEA65B) is known color: Laser. HEX triplet: BE, A6 and 5B. RGB value is (190,166,91). Sum of RGB (Red+Green+Blue) = 190+166+91=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA65B is #4159A4. Grayscale: #A4A4A4. Windows color (decimal): -4282789 or 6006462. OLE color: 6006462.

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

Color convert

RGB 190 166 91 -
CMYK 0 0.13 0.52 0.25
HSL 45.45º 0.43% 0.55% -
HSV(B) 45.45º 0.52% 0.75% -
XYZ 36.76 38.97 15.48 -
YUV 164.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 190 166 91 0 0.13 0.52 0.25 45.45 0.43 0.55
Hex BE A6 5B 0 D 34 19 2D 2B 37
Octal 276 246 133 0 15 64 31 55 53 67
Binary 10111110 10100110 1011011 0 1101 110100 11001 101101 101011 110111

Color Harmonies of #BEA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA65B

Black with #BEA65B

Text Example


Text Example

White with #BEA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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