Html Css Color HEX #BEA25B Laser

📋 copy color: '#BEA25B'

red 190 ◦ green 162 ◦ blue 91

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

Shades of Laser #BEA25B

Tints of Laser #BEA25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.57%

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

R = 42.89%
G = 36.57%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA25B (or 0xBEA25B) is known color: Laser. HEX triplet: BE, A2 and 5B. RGB value is (190,162,91). Sum of RGB (Red+Green+Blue) = 190+162+91=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA25B is #415DA4. Grayscale: #A2A2A2. Windows color (decimal): -4283813 or 6005438. OLE color: 6005438.

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

Color convert

RGB 190 162 91 -
CMYK 0 0.15 0.52 0.25
HSL 43.03º 0.43% 0.55% -
HSV(B) 43.03º 0.52% 0.75% -
XYZ 36.04 37.54 15.24 -
YUV 162.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 190 162 91 0 0.15 0.52 0.25 43.03 0.43 0.55
Hex BE A2 5B 0 F 34 19 2B 2B 37
Octal 276 242 133 0 17 64 31 53 53 67
Binary 10111110 10100010 1011011 0 1111 110100 11001 101011 101011 110111

Color Harmonies of #BEA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA25B

Black with #BEA25B

Text Example


Text Example

White with #BEA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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