Html Css Color HEX #BA873A Marigold

📋 copy color: '#BA873A'

red 186 ◦ green 135 ◦ blue 58

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

Shades of Marigold #BA873A

Tints of Marigold #BA873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 49.08%
G = 35.62%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA873A (or 0xBA873A) is known color: Marigold. HEX triplet: BA, 87 and 3A. RGB value is (186,135,58). Sum of RGB (Red+Green+Blue) = 186+135+58=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873A is #4578C5. Grayscale: #8D8D8D. Windows color (decimal): -4552902 or 3835834. OLE color: 3835834.

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

Color convert

RGB 186 135 58 -
CMYK 0 0.27 0.69 0.27
HSL 36.09º 0.52% 0.48% -
HSV(B) 36.09º 0.69% 0.73% -
XYZ 29.68 28.07 7.86 -
YUV 141.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 186 135 58 0 0.27 0.69 0.27 36.09 0.52 0.48
Hex BA 87 3A 0 1B 45 1B 24 34 30
Octal 272 207 72 0 33 105 33 44 64 60
Binary 10111010 10000111 111010 0 11011 1000101 11011 100100 110100 110000

Color Harmonies of #BA873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA873A

Black with #BA873A

Text Example


Text Example

White with #BA873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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