Html Css Color HEX #BAA870 Gimblet

📋 copy color: '#BAA870'

red 186 ◦ green 168 ◦ blue 112

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

Shades of Gimblet #BAA870

Tints of Gimblet #BAA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 39.91%
G = 36.05%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAA870 (or 0xBAA870) is known color: Gimblet. HEX triplet: BA, A8 and 70. RGB value is (186,168,112). Sum of RGB (Red+Green+Blue) = 186+168+112=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA870 is #45578F. Grayscale: #A7A7A7. Windows color (decimal): -4544400 or 7383226. OLE color: 7383226.

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

Color convert

RGB 186 168 112 -
CMYK 0 0.10 0.40 0.27
HSL 45.41º 0.35% 0.58% -
HSV(B) 45.41º 0.4% 0.73% -
XYZ 37.18 39.61 21.02 -
YUV 167 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 186 168 112 0 0.10 0.40 0.27 45.41 0.35 0.58
Hex BA A8 70 0 A 28 1B 2D 23 3A
Octal 272 250 160 0 12 50 33 55 43 72
Binary 10111010 10101000 1110000 0 1010 101000 11011 101101 100011 111010

Color Harmonies of #BAA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA870

Black with #BAA870

Text Example


Text Example

White with #BAA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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