Html Css Color HEX #BA8436 Marigold

📋 copy color: '#BA8436'

red 186 ◦ green 132 ◦ blue 54

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

Shades of Marigold #BA8436

Tints of Marigold #BA8436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 50%
G = 35.48%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA8436 (or 0xBA8436) is known color: Marigold. HEX triplet: BA, 84 and 36. RGB value is (186,132,54). Sum of RGB (Red+Green+Blue) = 186+132+54=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8436 is #457BC9. Grayscale: #8B8B8B. Windows color (decimal): -4553674 or 3572922. OLE color: 3572922.

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

Color convert

RGB 186 132 54 -
CMYK 0 0.29 0.71 0.27
HSL 35.45º 0.55% 0.47% -
HSV(B) 35.45º 0.71% 0.73% -
XYZ 29.17 27.21 7.2 -
YUV 139.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 186 132 54 0 0.29 0.71 0.27 35.45 0.55 0.47
Hex BA 84 36 0 1D 47 1B 23 37 2F
Octal 272 204 66 0 35 107 33 43 67 57
Binary 10111010 10000100 110110 0 11101 1000111 11011 100011 110111 101111

Color Harmonies of #BA8436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8436

Black with #BA8436

Text Example


Text Example

White with #BA8436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8436; }

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

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

background-color css

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

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

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

border-color css

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

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

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