Html Css Color HEX #BA853D Marigold

📋 copy color: '#BA853D'

red 186 ◦ green 133 ◦ blue 61

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

Shades of Marigold #BA853D

Tints of Marigold #BA853D

RGB

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

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

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

R = 48.95%
G = 35%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA853D (or 0xBA853D) is known color: Marigold. HEX triplet: BA, 85 and 3D. RGB value is (186,133,61). Sum of RGB (Red+Green+Blue) = 186+133+61=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA853D is #457AC2. Grayscale: #8C8C8C. Windows color (decimal): -4553411 or 4031930. OLE color: 4031930.

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

Color convert

RGB 186 133 61 -
CMYK 0 0.28 0.67 0.27
HSL 34.56º 0.51% 0.48% -
HSV(B) 34.56º 0.67% 0.73% -
XYZ 29.48 27.55 8.18 -
YUV 140.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 186 133 61 0 0.28 0.67 0.27 34.56 0.51 0.48
Hex BA 85 3D 0 1C 43 1B 23 33 30
Octal 272 205 75 0 34 103 33 43 63 60
Binary 10111010 10000101 111101 0 11100 1000011 11011 100011 110011 110000

Color Harmonies of #BA853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA853D

Black with #BA853D

Text Example


Text Example

White with #BA853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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