Html Css Color HEX #BAB263 Gimblet

📋 copy color: '#BAB263'

red 186 ◦ green 178 ◦ blue 99

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

Shades of Gimblet #BAB263

Tints of Gimblet #BAB263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 40.17%
G = 38.44%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB263 (or 0xBAB263) is known color: Gimblet. HEX triplet: BA, B2 and 63. RGB value is (186,178,99). Sum of RGB (Red+Green+Blue) = 186+178+99=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB263 is #454D9C. Grayscale: #ABABAB. Windows color (decimal): -4541853 or 6533818. OLE color: 6533818.

HSL color Cylindrical-coordinate representation of color #BAB263: hue angle of 54.48º 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 #BAB263 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 99 -
CMYK 0 0.04 0.47 0.27
HSL 54.48º 0.39% 0.56% -
HSV(B) 54.48º 0.47% 0.73% -
XYZ 38.42 43.18 18.11 -
YUV 171.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 186 178 99 0 0.04 0.47 0.27 54.48 0.39 0.56
Hex BA B2 63 0 4 2F 1B 36 27 38
Octal 272 262 143 0 4 57 33 66 47 70
Binary 10111010 10110010 1100011 0 100 101111 11011 110110 100111 111000

Color Harmonies of #BAB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB263

Black with #BAB263

Text Example


Text Example

White with #BAB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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