Html Css Color HEX #BAA758 Gimblet

📋 copy color: '#BAA758'

red 186 ◦ green 167 ◦ blue 88

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

Shades of Gimblet #BAA758

Tints of Gimblet #BAA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 42.18%
G = 37.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA758 (or 0xBAA758) is known color: Gimblet. HEX triplet: BA, A7 and 58. RGB value is (186,167,88). Sum of RGB (Red+Green+Blue) = 186+167+88=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA758 is #4558A7. Grayscale: #A4A4A4. Windows color (decimal): -4544680 or 5810106. OLE color: 5810106.

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

Color convert

RGB 186 167 88 -
CMYK 0 0.10 0.53 0.27
HSL 48.37º 0.42% 0.54% -
HSV(B) 48.37º 0.53% 0.73% -
XYZ 35.83 38.78 14.83 -
YUV 163.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 186 167 88 0 0.10 0.53 0.27 48.37 0.42 0.54
Hex BA A7 58 0 A 35 1B 30 2A 36
Octal 272 247 130 0 12 65 33 60 52 66
Binary 10111010 10100111 1011000 0 1010 110101 11011 110000 101010 110110

Color Harmonies of #BAA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA758

Black with #BAA758

Text Example


Text Example

White with #BAA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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