Html Css Color HEX #BAB162 Gimblet

📋 copy color: '#BAB162'

red 186 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #BAB162

Tints of Gimblet #BAB162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 40.35%
G = 38.39%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB162 (or 0xBAB162) is known color: Gimblet. HEX triplet: BA, B1 and 62. RGB value is (186,177,98). Sum of RGB (Red+Green+Blue) = 186+177+98=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB162 is #454E9D. Grayscale: #ABABAB. Windows color (decimal): -4542110 or 6468026. OLE color: 6468026.

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

Color convert

RGB 186 177 98 -
CMYK 0 0.05 0.47 0.27
HSL 53.86º 0.39% 0.56% -
HSV(B) 53.86º 0.47% 0.73% -
XYZ 38.18 42.77 17.8 -
YUV 170.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 186 177 98 0 0.05 0.47 0.27 53.86 0.39 0.56
Hex BA B1 62 0 5 2F 1B 36 27 38
Octal 272 261 142 0 5 57 33 66 47 70
Binary 10111010 10110001 1100010 0 101 101111 11011 110110 100111 111000

Color Harmonies of #BAB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB162

Black with #BAB162

Text Example


Text Example

White with #BAB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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