Html Css Color HEX #BAA058 Laser

📋 copy color: '#BAA058'

red 186 ◦ green 160 ◦ blue 88

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

Shades of Laser #BAA058

Tints of Laser #BAA058

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 42.86%
G = 36.87%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA058 (or 0xBAA058) is known color: Laser. HEX triplet: BA, A0 and 58. RGB value is (186,160,88). Sum of RGB (Red+Green+Blue) = 186+160+88=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA058 is #455FA7. Grayscale: #9F9F9F. Windows color (decimal): -4546472 or 5808314. OLE color: 5808314.

HSL color Cylindrical-coordinate representation of color #BAA058: hue angle of 44.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA058 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 88 -
CMYK 0 0.14 0.53 0.27
HSL 44.08º 0.42% 0.54% -
HSV(B) 44.08º 0.53% 0.73% -
XYZ 34.58 36.29 14.41 -
YUV 159.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 186 160 88 0 0.14 0.53 0.27 44.08 0.42 0.54
Hex BA A0 58 0 E 35 1B 2C 2A 36
Octal 272 240 130 0 16 65 33 54 52 66
Binary 10111010 10100000 1011000 0 1110 110101 11011 101100 101010 110110

Color Harmonies of #BAA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA058

Black with #BAA058

Text Example


Text Example

White with #BAA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA058; }

 p { color: rgb(186,160,88); }

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

background-color css

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

 a { background-color: rgb(186,160,88); }

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

border-color css

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

 span { border-color: rgb(186,160,88); }

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