Html Css Color HEX #BAB15F Gimblet

📋 copy color: '#BAB15F'

red 186 ◦ green 177 ◦ blue 95

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

Shades of Gimblet #BAB15F

Tints of Gimblet #BAB15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 40.61%
G = 38.65%
B = 20.74%

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

#BAB15F (or 0xBAB15F) is known color: Gimblet. HEX triplet: BA, B1 and 5F. RGB value is (186,177,95). Sum of RGB (Red+Green+Blue) = 186+177+95=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15F is #454EA0. Grayscale: #AAAAAA. Windows color (decimal): -4542113 or 6271418. OLE color: 6271418.

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

Color convert

RGB 186 177 95 -
CMYK 0 0.05 0.49 0.27
HSL 54.07º 0.4% 0.55% -
HSV(B) 54.07º 0.49% 0.73% -
XYZ 38.04 42.71 17.07 -
YUV 170.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 186 177 95 0 0.05 0.49 0.27 54.07 0.4 0.55
Hex BA B1 5F 0 5 31 1B 36 28 37
Octal 272 261 137 0 5 61 33 66 50 67
Binary 10111010 10110001 1011111 0 101 110001 11011 110110 101000 110111

Color Harmonies of #BAB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB15F

Black with #BAB15F

Text Example


Text Example

White with #BAB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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