Html Css Color HEX #BAAD68 Gimblet

📋 copy color: '#BAAD68'

red 186 ◦ green 173 ◦ blue 104

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

Shades of Gimblet #BAAD68

Tints of Gimblet #BAAD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 40.17%
G = 37.37%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAAD68 (or 0xBAAD68) is known color: Gimblet. HEX triplet: BA, AD and 68. RGB value is (186,173,104). Sum of RGB (Red+Green+Blue) = 186+173+104=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD68 is #455297. Grayscale: #A9A9A9. Windows color (decimal): -4543128 or 6860218. OLE color: 6860218.

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

Color convert

RGB 186 173 104 -
CMYK 0 0.07 0.44 0.27
HSL 50.49º 0.37% 0.57% -
HSV(B) 50.49º 0.44% 0.73% -
XYZ 37.69 41.33 19.09 -
YUV 169.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 186 173 104 0 0.07 0.44 0.27 50.49 0.37 0.57
Hex BA AD 68 0 7 2C 1B 32 25 39
Octal 272 255 150 0 7 54 33 62 45 71
Binary 10111010 10101101 1101000 0 111 101100 11011 110010 100101 111001

Color Harmonies of #BAAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD68

Black with #BAAD68

Text Example


Text Example

White with #BAAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD68; }

 p { color: rgb(186,173,104); }

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

background-color css

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

 a { background-color: rgb(186,173,104); }

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

border-color css

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

 span { border-color: rgb(186,173,104); }

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