Html Css Color HEX #BAAC62 Gimblet

📋 copy color: '#BAAC62'

red 186 ◦ green 172 ◦ blue 98

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

Shades of Gimblet #BAAC62

Tints of Gimblet #BAAC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 40.79%
G = 37.72%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAAC62 (or 0xBAAC62) is known color: Gimblet. HEX triplet: BA, AC and 62. RGB value is (186,172,98). Sum of RGB (Red+Green+Blue) = 186+172+98=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC62 is #45539D. Grayscale: #A8A8A8. Windows color (decimal): -4543390 or 6466746. OLE color: 6466746.

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

Color convert

RGB 186 172 98 -
CMYK 0 0.08 0.47 0.27
HSL 50.45º 0.39% 0.56% -
HSV(B) 50.45º 0.47% 0.73% -
XYZ 37.21 40.83 17.47 -
YUV 167.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 186 172 98 0 0.08 0.47 0.27 50.45 0.39 0.56
Hex BA AC 62 0 8 2F 1B 32 27 38
Octal 272 254 142 0 10 57 33 62 47 70
Binary 10111010 10101100 1100010 0 1000 101111 11011 110010 100111 111000

Color Harmonies of #BAAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC62

Black with #BAAC62

Text Example


Text Example

White with #BAAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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