Html Css Color HEX #BAB05C Gimblet

📋 copy color: '#BAB05C'

red 186 ◦ green 176 ◦ blue 92

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

Shades of Gimblet #BAB05C

Tints of Gimblet #BAB05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 40.97%
G = 38.77%
B = 20.26%

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

#BAB05C (or 0xBAB05C) is known color: Gimblet. HEX triplet: BA, B0 and 5C. RGB value is (186,176,92). Sum of RGB (Red+Green+Blue) = 186+176+92=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05C is #454FA3. Grayscale: #A9A9A9. Windows color (decimal): -4542372 or 6074554. OLE color: 6074554.

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

Color convert

RGB 186 176 92 -
CMYK 0 0.05 0.51 0.27
HSL 53.62º 0.41% 0.55% -
HSV(B) 53.62º 0.51% 0.73% -
XYZ 37.71 42.26 16.3 -
YUV 169.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 186 176 92 0 0.05 0.51 0.27 53.62 0.41 0.55
Hex BA B0 5C 0 5 33 1B 36 29 37
Octal 272 260 134 0 5 63 33 66 51 67
Binary 10111010 10110000 1011100 0 101 110011 11011 110110 101001 110111

Color Harmonies of #BAB05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB05C

Black with #BAB05C

Text Example


Text Example

White with #BAB05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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