Html Css Color HEX #BA8535 Marigold

📋 copy color: '#BA8535'

red 186 ◦ green 133 ◦ blue 53

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

Shades of Marigold #BA8535

Tints of Marigold #BA8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 50%
G = 35.75%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8535 (or 0xBA8535) is known color: Marigold. HEX triplet: BA, 85 and 35. RGB value is (186,133,53). Sum of RGB (Red+Green+Blue) = 186+133+53=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8535 is #457ACA. Grayscale: #8C8C8C. Windows color (decimal): -4553419 or 3507642. OLE color: 3507642.

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

Color convert

RGB 186 133 53 -
CMYK 0 0.28 0.72 0.27
HSL 36.09º 0.56% 0.47% -
HSV(B) 36.09º 0.72% 0.73% -
XYZ 29.28 27.47 7.13 -
YUV 139.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 186 133 53 0 0.28 0.72 0.27 36.09 0.56 0.47
Hex BA 85 35 0 1C 48 1B 24 38 2F
Octal 272 205 65 0 34 110 33 44 70 57
Binary 10111010 10000101 110101 0 11100 1001000 11011 100100 111000 101111

Color Harmonies of #BA8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8535

Black with #BA8535

Text Example


Text Example

White with #BA8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8535; }

 p { color: rgb(186,133,53); }

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

background-color css

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

 a { background-color: rgb(186,133,53); }

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

border-color css

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

 span { border-color: rgb(186,133,53); }

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