Html Css Color HEX #BAB05E Gimblet

📋 copy color: '#BAB05E'

red 186 ◦ green 176 ◦ blue 94

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

Shades of Gimblet #BAB05E

Tints of Gimblet #BAB05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.6%

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

R = 40.79%
G = 38.6%
B = 20.61%

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

#BAB05E (or 0xBAB05E) is known color: Gimblet. HEX triplet: BA, B0 and 5E. RGB value is (186,176,94). Sum of RGB (Red+Green+Blue) = 186+176+94=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05E is #454FA1. Grayscale: #A9A9A9. Windows color (decimal): -4542370 or 6205626. OLE color: 6205626.

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

Color convert

RGB 186 176 94 -
CMYK 0 0.05 0.49 0.27
HSL 53.48º 0.4% 0.55% -
HSV(B) 53.48º 0.49% 0.73% -
XYZ 37.8 42.3 16.76 -
YUV 169.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 186 176 94 0 0.05 0.49 0.27 53.48 0.4 0.55
Hex BA B0 5E 0 5 31 1B 35 28 37
Octal 272 260 136 0 5 61 33 65 50 67
Binary 10111010 10110000 1011110 0 101 110001 11011 110101 101000 110111

Color Harmonies of #BAB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB05E

Black with #BAB05E

Text Example


Text Example

White with #BAB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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