Html Css Color HEX #BAAC58 Gimblet

📋 copy color: '#BAAC58'

red 186 ◦ green 172 ◦ blue 88

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

Shades of Gimblet #BAAC58

Tints of Gimblet #BAAC58

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

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

R = 41.7%
G = 38.57%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAAC58 (or 0xBAAC58) is known color: Gimblet. HEX triplet: BA, AC and 58. RGB value is (186,172,88). Sum of RGB (Red+Green+Blue) = 186+172+88=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC58 is #4553A7. Grayscale: #A6A6A6. Windows color (decimal): -4543400 or 5811386. OLE color: 5811386.

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

Color convert

RGB 186 172 88 -
CMYK 0 0.08 0.53 0.27
HSL 51.43º 0.42% 0.54% -
HSV(B) 51.43º 0.53% 0.73% -
XYZ 36.76 40.65 15.14 -
YUV 166.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 186 172 88 0 0.08 0.53 0.27 51.43 0.42 0.54
Hex BA AC 58 0 8 35 1B 33 2A 36
Octal 272 254 130 0 10 65 33 63 52 66
Binary 10111010 10101100 1011000 0 1000 110101 11011 110011 101010 110110

Color Harmonies of #BAAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC58

Black with #BAAC58

Text Example


Text Example

White with #BAAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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