Html Css Color HEX #BAAB5F Gimblet

📋 copy color: '#BAAB5F'

red 186 ◦ green 171 ◦ blue 95

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

Shades of Gimblet #BAAB5F

Tints of Gimblet #BAAB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 95 (37.5% from 255) = 21.02%

R = 41.15%
G = 37.83%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAAB5F (or 0xBAAB5F) is known color: Gimblet. HEX triplet: BA, AB and 5F. RGB value is (186,171,95). Sum of RGB (Red+Green+Blue) = 186+171+95=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB5F is #4554A0. Grayscale: #A7A7A7. Windows color (decimal): -4543649 or 6269882. OLE color: 6269882.

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

Color convert

RGB 186 171 95 -
CMYK 0 0.08 0.49 0.27
HSL 50.11º 0.4% 0.55% -
HSV(B) 50.11º 0.49% 0.73% -
XYZ 36.88 40.39 16.68 -
YUV 166.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 186 171 95 0 0.08 0.49 0.27 50.11 0.4 0.55
Hex BA AB 5F 0 8 31 1B 32 28 37
Octal 272 253 137 0 10 61 33 62 50 67
Binary 10111010 10101011 1011111 0 1000 110001 11011 110010 101000 110111

Color Harmonies of #BAAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB5F

Black with #BAAB5F

Text Example


Text Example

White with #BAAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB5F; }

 p { color: rgb(186,171,95); }

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

background-color css

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

 a { background-color: rgb(186,171,95); }

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

border-color css

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

 span { border-color: rgb(186,171,95); }

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