Html Css Color HEX #BEA55B Laser

📋 copy color: '#BEA55B'

red 190 ◦ green 165 ◦ blue 91

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

Shades of Laser #BEA55B

Tints of Laser #BEA55B

RGB

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

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

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

R = 42.6%
G = 37%
B = 20.4%

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

#BEA55B (or 0xBEA55B) is known color: Laser. HEX triplet: BE, A5 and 5B. RGB value is (190,165,91). Sum of RGB (Red+Green+Blue) = 190+165+91=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA55B is #415AA4. Grayscale: #A4A4A4. Windows color (decimal): -4283045 or 6006206. OLE color: 6006206.

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

Color convert

RGB 190 165 91 -
CMYK 0 0.13 0.52 0.25
HSL 44.85º 0.43% 0.55% -
HSV(B) 44.85º 0.52% 0.75% -
XYZ 36.58 38.61 15.42 -
YUV 164.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 190 165 91 0 0.13 0.52 0.25 44.85 0.43 0.55
Hex BE A5 5B 0 D 34 19 2D 2B 37
Octal 276 245 133 0 15 64 31 55 53 67
Binary 10111110 10100101 1011011 0 1101 110100 11001 101101 101011 110111

Color Harmonies of #BEA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA55B

Black with #BEA55B

Text Example


Text Example

White with #BEA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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