Html Css Color HEX #BAAB70 Gimblet

📋 copy color: '#BAAB70'

red 186 ◦ green 171 ◦ blue 112

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

Shades of Gimblet #BAAB70

Tints of Gimblet #BAAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 39.66%
G = 36.46%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAAB70 (or 0xBAAB70) is known color: Gimblet. HEX triplet: BA, AB and 70. RGB value is (186,171,112). Sum of RGB (Red+Green+Blue) = 186+171+112=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB70 is #45548F. Grayscale: #A9A9A9. Windows color (decimal): -4543632 or 7383994. OLE color: 7383994.

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

Color convert

RGB 186 171 112 -
CMYK 0 0.08 0.40 0.27
HSL 47.84º 0.35% 0.58% -
HSV(B) 47.84º 0.4% 0.73% -
XYZ 37.74 40.73 21.2 -
YUV 168.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 186 171 112 0 0.08 0.40 0.27 47.84 0.35 0.58
Hex BA AB 70 0 8 28 1B 30 23 3A
Octal 272 253 160 0 10 50 33 60 43 72
Binary 10111010 10101011 1110000 0 1000 101000 11011 110000 100011 111010

Color Harmonies of #BAAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB70

Black with #BAAB70

Text Example


Text Example

White with #BAAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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