Html Css Color HEX #BAAB6A Gimblet

📋 copy color: '#BAAB6A'

red 186 ◦ green 171 ◦ blue 106

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

Shades of Gimblet #BAAB6A

Tints of Gimblet #BAAB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 40.17%
G = 36.93%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BAAB6A (or 0xBAAB6A) is known color: Gimblet. HEX triplet: BA, AB and 6A. RGB value is (186,171,106). Sum of RGB (Red+Green+Blue) = 186+171+106=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6A is #455495. Grayscale: #A8A8A8. Windows color (decimal): -4543638 or 6990778. OLE color: 6990778.

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

Color convert

RGB 186 171 106 -
CMYK 0 0.08 0.43 0.27
HSL 48.75º 0.37% 0.57% -
HSV(B) 48.75º 0.43% 0.73% -
XYZ 37.41 40.61 19.5 -
YUV 168.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 186 171 106 0 0.08 0.43 0.27 48.75 0.37 0.57
Hex BA AB 6A 0 8 2B 1B 31 25 39
Octal 272 253 152 0 10 53 33 61 45 71
Binary 10111010 10101011 1101010 0 1000 101011 11011 110001 100101 111001

Color Harmonies of #BAAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB6A

Black with #BAAB6A

Text Example


Text Example

White with #BAAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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