Html Css Color HEX #BA853A Marigold

📋 copy color: '#BA853A'

red 186 ◦ green 133 ◦ blue 58

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

Shades of Marigold #BA853A

Tints of Marigold #BA853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 49.34%
G = 35.28%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA853A (or 0xBA853A) is known color: Marigold. HEX triplet: BA, 85 and 3A. RGB value is (186,133,58). Sum of RGB (Red+Green+Blue) = 186+133+58=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA853A is #457AC5. Grayscale: #8C8C8C. Windows color (decimal): -4553414 or 3835322. OLE color: 3835322.

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

Color convert

RGB 186 133 58 -
CMYK 0 0.28 0.69 0.27
HSL 35.16º 0.52% 0.48% -
HSV(B) 35.16º 0.69% 0.73% -
XYZ 29.4 27.52 7.77 -
YUV 140.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 186 133 58 0 0.28 0.69 0.27 35.16 0.52 0.48
Hex BA 85 3A 0 1C 45 1B 23 34 30
Octal 272 205 72 0 34 105 33 43 64 60
Binary 10111010 10000101 111010 0 11100 1000101 11011 100011 110100 110000

Color Harmonies of #BA853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA853A

Black with #BA853A

Text Example


Text Example

White with #BA853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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