Html Css Color HEX #BAB05D Gimblet

📋 copy color: '#BAB05D'

red 186 ◦ green 176 ◦ blue 93

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

Shades of Gimblet #BAB05D

Tints of Gimblet #BAB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.44%

R = 40.88%
G = 38.68%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAB05D (or 0xBAB05D) is known color: Gimblet. HEX triplet: BA, B0 and 5D. RGB value is (186,176,93). Sum of RGB (Red+Green+Blue) = 186+176+93=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05D is #454FA2. Grayscale: #A9A9A9. Windows color (decimal): -4542371 or 6140090. OLE color: 6140090.

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

Color convert

RGB 186 176 93 -
CMYK 0 0.05 0.5 0.27
HSL 53.55º 0.4% 0.55% -
HSV(B) 53.55º 0.5% 0.73% -
XYZ 37.75 42.28 16.53 -
YUV 169.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 186 176 93 0 0.05 0.5 0.27 53.55 0.4 0.55
Hex BA B0 5D 0 5 32 1B 36 28 37
Octal 272 260 135 0 5 62 33 66 50 67
Binary 10111010 10110000 1011101 0 101 110010 11011 110110 101000 110111

Color Harmonies of #BAB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB05D

Black with #BAB05D

Text Example


Text Example

White with #BAB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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