Html Css Color HEX #BAA458 Gimblet

📋 copy color: '#BAA458'

red 186 ◦ green 164 ◦ blue 88

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

Shades of Gimblet #BAA458

Tints of Gimblet #BAA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 42.47%
G = 37.44%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA458 (or 0xBAA458) is known color: Gimblet. HEX triplet: BA, A4 and 58. RGB value is (186,164,88). Sum of RGB (Red+Green+Blue) = 186+164+88=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA458 is #455BA7. Grayscale: #A2A2A2. Windows color (decimal): -4545448 or 5809338. OLE color: 5809338.

HSL color Cylindrical-coordinate representation of color #BAA458: hue angle of 46.53º 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 #BAA458 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 88 -
CMYK 0 0.12 0.53 0.27
HSL 46.53º 0.42% 0.54% -
HSV(B) 46.53º 0.53% 0.73% -
XYZ 35.29 37.69 14.65 -
YUV 161.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 186 164 88 0 0.12 0.53 0.27 46.53 0.42 0.54
Hex BA A4 58 0 C 35 1B 2F 2A 36
Octal 272 244 130 0 14 65 33 57 52 66
Binary 10111010 10100100 1011000 0 1100 110101 11011 101111 101010 110110

Color Harmonies of #BAA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA458

Black with #BAA458

Text Example


Text Example

White with #BAA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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