Html Css Color HEX #BA843F Marigold

📋 copy color: '#BA843F'

red 186 ◦ green 132 ◦ blue 63

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

Shades of Marigold #BA843F

Tints of Marigold #BA843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 48.82%
G = 34.65%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA843F (or 0xBA843F) is known color: Marigold. HEX triplet: BA, 84 and 3F. RGB value is (186,132,63). Sum of RGB (Red+Green+Blue) = 186+132+63=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA843F is #457BC0. Grayscale: #8C8C8C. Windows color (decimal): -4553665 or 4162746. OLE color: 4162746.

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

Color convert

RGB 186 132 63 -
CMYK 0 0.29 0.66 0.27
HSL 33.66º 0.49% 0.49% -
HSV(B) 33.66º 0.66% 0.73% -
XYZ 29.4 27.3 8.42 -
YUV 140.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 186 132 63 0 0.29 0.66 0.27 33.66 0.49 0.49
Hex BA 84 3F 0 1D 42 1B 22 31 31
Octal 272 204 77 0 35 102 33 42 61 61
Binary 10111010 10000100 111111 0 11101 1000010 11011 100010 110001 110001

Color Harmonies of #BA843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA843F

Black with #BA843F

Text Example


Text Example

White with #BA843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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