Html Css Color HEX #BAAA56 Gimblet

📋 copy color: '#BAAA56'

red 186 ◦ green 170 ◦ blue 86

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

Shades of Gimblet #BAAA56

Tints of Gimblet #BAAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 42.08%
G = 38.46%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAAA56 (or 0xBAAA56) is known color: Gimblet. HEX triplet: BA, AA and 56. RGB value is (186,170,86). Sum of RGB (Red+Green+Blue) = 186+170+86=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA56 is #4555A9. Grayscale: #A5A5A5. Windows color (decimal): -4543914 or 5679802. OLE color: 5679802.

HSL color Cylindrical-coordinate representation of color #BAAA56: hue angle of 50.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAAA56 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 86 -
CMYK 0 0.09 0.54 0.27
HSL 50.4º 0.42% 0.53% -
HSV(B) 50.4º 0.54% 0.73% -
XYZ 36.3 39.86 14.58 -
YUV 165.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 186 170 86 0 0.09 0.54 0.27 50.4 0.42 0.53
Hex BA AA 56 0 9 36 1B 32 2A 35
Octal 272 252 126 0 11 66 33 62 52 65
Binary 10111010 10101010 1010110 0 1001 110110 11011 110010 101010 110101

Color Harmonies of #BAAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA56

Black with #BAAA56

Text Example


Text Example

White with #BAAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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