Html Css Color HEX #BAA667 Gimblet

📋 copy color: '#BAA667'

red 186 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #BAA667

Tints of Gimblet #BAA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 40.88%
G = 36.48%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA667 (or 0xBAA667) is known color: Gimblet. HEX triplet: BA, A6 and 67. RGB value is (186,166,103). Sum of RGB (Red+Green+Blue) = 186+166+103=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA667 is #455998. Grayscale: #A5A5A5. Windows color (decimal): -4544921 or 6792890. OLE color: 6792890.

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

Color convert

RGB 186 166 103 -
CMYK 0 0.11 0.45 0.27
HSL 45.54º 0.38% 0.57% -
HSV(B) 45.54º 0.45% 0.73% -
XYZ 36.33 38.69 18.39 -
YUV 164.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 186 166 103 0 0.11 0.45 0.27 45.54 0.38 0.57
Hex BA A6 67 0 B 2D 1B 2E 26 39
Octal 272 246 147 0 13 55 33 56 46 71
Binary 10111010 10100110 1100111 0 1011 101101 11011 101110 100110 111001

Color Harmonies of #BAA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA667

Black with #BAA667

Text Example


Text Example

White with #BAA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA667; }

 p { color: rgb(186,166,103); }

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

background-color css

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

 a { background-color: rgb(186,166,103); }

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

border-color css

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

 span { border-color: rgb(186,166,103); }

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