Html Css Color HEX #BAAB66 Gimblet

📋 copy color: '#BAAB66'

red 186 ◦ green 171 ◦ blue 102

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

Shades of Gimblet #BAAB66

Tints of Gimblet #BAAB66

RGB

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

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

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

R = 40.52%
G = 37.25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAAB66 (or 0xBAAB66) is known color: Gimblet. HEX triplet: BA, AB and 66. RGB value is (186,171,102). Sum of RGB (Red+Green+Blue) = 186+171+102=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB66 is #455499. Grayscale: #A7A7A7. Windows color (decimal): -4543642 or 6728634. OLE color: 6728634.

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

Color convert

RGB 186 171 102 -
CMYK 0 0.08 0.45 0.27
HSL 49.29º 0.38% 0.56% -
HSV(B) 49.29º 0.45% 0.73% -
XYZ 37.21 40.52 18.43 -
YUV 167.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 186 171 102 0 0.08 0.45 0.27 49.29 0.38 0.56
Hex BA AB 66 0 8 2D 1B 31 26 38
Octal 272 253 146 0 10 55 33 61 46 70
Binary 10111010 10101011 1100110 0 1000 101101 11011 110001 100110 111000

Color Harmonies of #BAAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB66

Black with #BAAB66

Text Example


Text Example

White with #BAAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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