Html Css Color HEX #BA843D Marigold

📋 copy color: '#BA843D'

red 186 ◦ green 132 ◦ blue 61

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

Shades of Marigold #BA843D

Tints of Marigold #BA843D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 49.08%
G = 34.83%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA843D (or 0xBA843D) is known color: Marigold. HEX triplet: BA, 84 and 3D. RGB value is (186,132,61). Sum of RGB (Red+Green+Blue) = 186+132+61=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843D is #457BC2. Grayscale: #8C8C8C. Windows color (decimal): -4553667 or 4031674. OLE color: 4031674.

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

Color convert

RGB 186 132 61 -
CMYK 0 0.29 0.67 0.27
HSL 34.08º 0.51% 0.48% -
HSV(B) 34.08º 0.67% 0.73% -
XYZ 29.34 27.28 8.13 -
YUV 140.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 186 132 61 0 0.29 0.67 0.27 34.08 0.51 0.48
Hex BA 84 3D 0 1D 43 1B 22 33 30
Octal 272 204 75 0 35 103 33 42 63 60
Binary 10111010 10000100 111101 0 11101 1000011 11011 100010 110011 110000

Color Harmonies of #BA843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA843D

Black with #BA843D

Text Example


Text Example

White with #BA843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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