Html Css Color HEX #BAB260 Gimblet

📋 copy color: '#BAB260'

red 186 ◦ green 178 ◦ blue 96

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

Shades of Gimblet #BAB260

Tints of Gimblet #BAB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 40.43%
G = 38.7%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAB260 (or 0xBAB260) is known color: Gimblet. HEX triplet: BA, B2 and 60. RGB value is (186,178,96). Sum of RGB (Red+Green+Blue) = 186+178+96=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB260 is #454D9F. Grayscale: #ABABAB. Windows color (decimal): -4541856 or 6337210. OLE color: 6337210.

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

Color convert

RGB 186 178 96 -
CMYK 0 0.04 0.48 0.27
HSL 54.67º 0.39% 0.55% -
HSV(B) 54.67º 0.48% 0.73% -
XYZ 38.28 43.12 17.37 -
YUV 171.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 186 178 96 0 0.04 0.48 0.27 54.67 0.39 0.55
Hex BA B2 60 0 4 30 1B 37 27 37
Octal 272 262 140 0 4 60 33 67 47 67
Binary 10111010 10110010 1100000 0 100 110000 11011 110111 100111 110111

Color Harmonies of #BAB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB260

Black with #BAB260

Text Example


Text Example

White with #BAB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB260; }

 p { color: rgb(186,178,96); }

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

background-color css

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

 a { background-color: rgb(186,178,96); }

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

border-color css

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

 span { border-color: rgb(186,178,96); }

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