Html Css Color HEX #BAA766 Gimblet

📋 copy color: '#BAA766'

red 186 ◦ green 167 ◦ blue 102

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

Shades of Gimblet #BAA766

Tints of Gimblet #BAA766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.7%

 BLUE value IS 102 (40.23% from 255) = 22.42%

R = 40.88%
G = 36.7%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA766 (or 0xBAA766) is known color: Gimblet. HEX triplet: BA, A7 and 66. RGB value is (186,167,102). Sum of RGB (Red+Green+Blue) = 186+167+102=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA766 is #455899. Grayscale: #A5A5A5. Windows color (decimal): -4544666 or 6727610. OLE color: 6727610.

HSL color Cylindrical-coordinate representation of color #BAA766: hue angle of 46.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAA766 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 102 -
CMYK 0 0.10 0.45 0.27
HSL 46.43º 0.38% 0.56% -
HSV(B) 46.43º 0.45% 0.73% -
XYZ 36.47 39.04 18.18 -
YUV 165.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 186 167 102 0 0.10 0.45 0.27 46.43 0.38 0.56
Hex BA A7 66 0 A 2D 1B 2E 26 38
Octal 272 247 146 0 12 55 33 56 46 70
Binary 10111010 10100111 1100110 0 1010 101101 11011 101110 100110 111000

Color Harmonies of #BAA766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA766

Black with #BAA766

Text Example


Text Example

White with #BAA766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA766; }

 p { color: rgb(186,167,102); }

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

background-color css

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

 a { background-color: rgb(186,167,102); }

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

border-color css

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

 span { border-color: rgb(186,167,102); }

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