Html Css Color HEX #BAB15B Gimblet

📋 copy color: '#BAB15B'

red 186 ◦ green 177 ◦ blue 91

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

Shades of Gimblet #BAB15B

Tints of Gimblet #BAB15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

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

R = 40.97%
G = 38.99%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAB15B (or 0xBAB15B) is known color: Gimblet. HEX triplet: BA, B1 and 5B. RGB value is (186,177,91). Sum of RGB (Red+Green+Blue) = 186+177+91=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15B is #454EA4. Grayscale: #AAAAAA. Windows color (decimal): -4542117 or 6009274. OLE color: 6009274.

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

Color convert

RGB 186 177 91 -
CMYK 0 0.05 0.51 0.27
HSL 54.32º 0.41% 0.54% -
HSV(B) 54.32º 0.51% 0.73% -
XYZ 37.86 42.64 16.13 -
YUV 169.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 186 177 91 0 0.05 0.51 0.27 54.32 0.41 0.54
Hex BA B1 5B 0 5 33 1B 36 29 36
Octal 272 261 133 0 5 63 33 66 51 66
Binary 10111010 10110001 1011011 0 101 110011 11011 110110 101001 110110

Color Harmonies of #BAB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB15B

Black with #BAB15B

Text Example


Text Example

White with #BAB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB15B; }

 p { color: rgb(186,177,91); }

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

background-color css

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

 a { background-color: rgb(186,177,91); }

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

border-color css

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

 span { border-color: rgb(186,177,91); }

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