Html Css Color HEX #BA8538 Marigold

📋 copy color: '#BA8538'

red 186 ◦ green 133 ◦ blue 56

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

Shades of Marigold #BA8538

Tints of Marigold #BA8538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 49.6%
G = 35.47%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8538 (or 0xBA8538) is known color: Marigold. HEX triplet: BA, 85 and 38. RGB value is (186,133,56). Sum of RGB (Red+Green+Blue) = 186+133+56=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8538 is #457AC7. Grayscale: #8C8C8C. Windows color (decimal): -4553416 or 3704250. OLE color: 3704250.

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

Color convert

RGB 186 133 56 -
CMYK 0 0.28 0.70 0.27
HSL 35.54º 0.54% 0.47% -
HSV(B) 35.54º 0.7% 0.73% -
XYZ 29.35 27.5 7.5 -
YUV 140.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 186 133 56 0 0.28 0.70 0.27 35.54 0.54 0.47
Hex BA 85 38 0 1C 46 1B 24 36 2F
Octal 272 205 70 0 34 106 33 44 66 57
Binary 10111010 10000101 111000 0 11100 1000110 11011 100100 110110 101111

Color Harmonies of #BA8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8538

Black with #BA8538

Text Example


Text Example

White with #BA8538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8538; }

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

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

background-color css

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

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

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

border-color css

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

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

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