Html Css Color HEX #BAB15E Gimblet

📋 copy color: '#BAB15E'

red 186 ◦ green 177 ◦ blue 94

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

Shades of Gimblet #BAB15E

Tints of Gimblet #BAB15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 40.7%
G = 38.73%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAB15E (or 0xBAB15E) is known color: Gimblet. HEX triplet: BA, B1 and 5E. RGB value is (186,177,94). Sum of RGB (Red+Green+Blue) = 186+177+94=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15E is #454EA1. Grayscale: #AAAAAA. Windows color (decimal): -4542114 or 6205882. OLE color: 6205882.

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

Color convert

RGB 186 177 94 -
CMYK 0 0.05 0.49 0.27
HSL 54.13º 0.4% 0.55% -
HSV(B) 54.13º 0.49% 0.73% -
XYZ 37.99 42.69 16.83 -
YUV 170.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 186 177 94 0 0.05 0.49 0.27 54.13 0.4 0.55
Hex BA B1 5E 0 5 31 1B 36 28 37
Octal 272 261 136 0 5 61 33 66 50 67
Binary 10111010 10110001 1011110 0 101 110001 11011 110110 101000 110111

Color Harmonies of #BAB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB15E

Black with #BAB15E

Text Example


Text Example

White with #BAB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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