Html Css Color HEX #BAAA62 Gimblet

📋 copy color: '#BAAA62'

red 186 ◦ green 170 ◦ blue 98

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

Shades of Gimblet #BAAA62

Tints of Gimblet #BAAA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

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

R = 40.97%
G = 37.44%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAAA62 (or 0xBAAA62) is known color: Gimblet. HEX triplet: BA, AA and 62. RGB value is (186,170,98). Sum of RGB (Red+Green+Blue) = 186+170+98=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA62 is #45559D. Grayscale: #A6A6A6. Windows color (decimal): -4543902 or 6466234. OLE color: 6466234.

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

Color convert

RGB 186 170 98 -
CMYK 0 0.09 0.47 0.27
HSL 49.09º 0.39% 0.56% -
HSV(B) 49.09º 0.47% 0.73% -
XYZ 36.83 40.07 17.35 -
YUV 166.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 186 170 98 0 0.09 0.47 0.27 49.09 0.39 0.56
Hex BA AA 62 0 9 2F 1B 31 27 38
Octal 272 252 142 0 11 57 33 61 47 70
Binary 10111010 10101010 1100010 0 1001 101111 11011 110001 100111 111000

Color Harmonies of #BAAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA62

Black with #BAAA62

Text Example


Text Example

White with #BAAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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