Html Css Color HEX #BAAD63 Gimblet

📋 copy color: '#BAAD63'

red 186 ◦ green 173 ◦ blue 99

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

Shades of Gimblet #BAAD63

Tints of Gimblet #BAAD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 40.61%
G = 37.77%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAAD63 (or 0xBAAD63) is known color: Gimblet. HEX triplet: BA, AD and 63. RGB value is (186,173,99). Sum of RGB (Red+Green+Blue) = 186+173+99=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD63 is #45529C. Grayscale: #A8A8A8. Windows color (decimal): -4543133 or 6532538. OLE color: 6532538.

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

Color convert

RGB 186 173 99 -
CMYK 0 0.07 0.47 0.27
HSL 51.03º 0.39% 0.56% -
HSV(B) 51.03º 0.47% 0.73% -
XYZ 37.45 41.23 17.79 -
YUV 168.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 186 173 99 0 0.07 0.47 0.27 51.03 0.39 0.56
Hex BA AD 63 0 7 2F 1B 33 27 38
Octal 272 255 143 0 7 57 33 63 47 70
Binary 10111010 10101101 1100011 0 111 101111 11011 110011 100111 111000

Color Harmonies of #BAAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD63

Black with #BAAD63

Text Example


Text Example

White with #BAAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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