Html Css Color HEX #BAB05A Gimblet

📋 copy color: '#BAB05A'

red 186 ◦ green 176 ◦ blue 90

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

Shades of Gimblet #BAB05A

Tints of Gimblet #BAB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.91%

R = 41.15%
G = 38.94%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAB05A (or 0xBAB05A) is known color: Gimblet. HEX triplet: BA, B0 and 5A. RGB value is (186,176,90). Sum of RGB (Red+Green+Blue) = 186+176+90=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB05A is #454FA5. Grayscale: #A9A9A9. Windows color (decimal): -4542374 or 5943482. OLE color: 5943482.

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

Color convert

RGB 186 176 90 -
CMYK 0 0.05 0.52 0.27
HSL 53.75º 0.41% 0.54% -
HSV(B) 53.75º 0.52% 0.73% -
XYZ 37.62 42.23 15.84 -
YUV 169.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 186 176 90 0 0.05 0.52 0.27 53.75 0.41 0.54
Hex BA B0 5A 0 5 34 1B 36 29 36
Octal 272 260 132 0 5 64 33 66 51 66
Binary 10111010 10110000 1011010 0 101 110100 11011 110110 101001 110110

Color Harmonies of #BAB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB05A

Black with #BAB05A

Text Example


Text Example

White with #BAB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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