Html Css Color HEX #BA853F Marigold

📋 copy color: '#BA853F'

red 186 ◦ green 133 ◦ blue 63

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

Shades of Marigold #BA853F

Tints of Marigold #BA853F

RGB

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

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

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

R = 48.69%
G = 34.82%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA853F (or 0xBA853F) is known color: Marigold. HEX triplet: BA, 85 and 3F. RGB value is (186,133,63). Sum of RGB (Red+Green+Blue) = 186+133+63=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA853F is #457AC0. Grayscale: #8D8D8D. Windows color (decimal): -4553409 or 4163002. OLE color: 4163002.

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

Color convert

RGB 186 133 63 -
CMYK 0 0.28 0.66 0.27
HSL 34.15º 0.49% 0.49% -
HSV(B) 34.15º 0.66% 0.73% -
XYZ 29.53 27.57 8.47 -
YUV 140.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 186 133 63 0 0.28 0.66 0.27 34.15 0.49 0.49
Hex BA 85 3F 0 1C 42 1B 22 31 31
Octal 272 205 77 0 34 102 33 42 61 61
Binary 10111010 10000101 111111 0 11100 1000010 11011 100010 110001 110001

Color Harmonies of #BA853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA853F

Black with #BA853F

Text Example


Text Example

White with #BA853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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