Html Css Color HEX #BA8336 Marigold

📋 copy color: '#BA8336'

red 186 ◦ green 131 ◦ blue 54

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

Shades of Marigold #BA8336

Tints of Marigold #BA8336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 50.13%
G = 35.31%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA8336 (or 0xBA8336) is known color: Marigold. HEX triplet: BA, 83 and 36. RGB value is (186,131,54). Sum of RGB (Red+Green+Blue) = 186+131+54=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8336 is #457CC9. Grayscale: #8B8B8B. Windows color (decimal): -4553930 or 3572666. OLE color: 3572666.

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

Color convert

RGB 186 131 54 -
CMYK 0 0.30 0.71 0.27
HSL 35º 0.55% 0.47% -
HSV(B) 35º 0.71% 0.73% -
XYZ 29.03 26.94 7.16 -
YUV 138.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 186 131 54 0 0.30 0.71 0.27 35 0.55 0.47
Hex BA 83 36 0 1E 47 1B 23 37 2F
Octal 272 203 66 0 36 107 33 43 67 57
Binary 10111010 10000011 110110 0 11110 1000111 11011 100011 110111 101111

Color Harmonies of #BA8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8336

Black with #BA8336

Text Example


Text Example

White with #BA8336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8336; }

 p { color: rgb(186,131,54); }

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

background-color css

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

 a { background-color: rgb(186,131,54); }

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

border-color css

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

 span { border-color: rgb(186,131,54); }

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