Html Css Color HEX #BAAC6A Gimblet

📋 copy color: '#BAAC6A'

red 186 ◦ green 172 ◦ blue 106

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

Shades of Gimblet #BAAC6A

Tints of Gimblet #BAAC6A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 40.09%
G = 37.07%
B = 22.84%

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

#BAAC6A (or 0xBAAC6A) is known color: Gimblet. HEX triplet: BA, AC and 6A. RGB value is (186,172,106). Sum of RGB (Red+Green+Blue) = 186+172+106=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6A is #455395. Grayscale: #A8A8A8. Windows color (decimal): -4543382 or 6991034. OLE color: 6991034.

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

Color convert

RGB 186 172 106 -
CMYK 0 0.08 0.43 0.27
HSL 49.5º 0.37% 0.57% -
HSV(B) 49.5º 0.43% 0.73% -
XYZ 37.6 40.98 19.56 -
YUV 168.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 186 172 106 0 0.08 0.43 0.27 49.5 0.37 0.57
Hex BA AC 6A 0 8 2B 1B 32 25 39
Octal 272 254 152 0 10 53 33 62 45 71
Binary 10111010 10101100 1101010 0 1000 101011 11011 110010 100101 111001

Color Harmonies of #BAAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC6A

Black with #BAAC6A

Text Example


Text Example

White with #BAAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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