Html Css Color HEX #BA8237 Marigold

📋 copy color: '#BA8237'

red 186 ◦ green 130 ◦ blue 55

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

Shades of Marigold #BA8237

Tints of Marigold #BA8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 50.13%
G = 35.04%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8237 (or 0xBA8237) is known color: Marigold. HEX triplet: BA, 82 and 37. RGB value is (186,130,55). Sum of RGB (Red+Green+Blue) = 186+130+55=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8237 is #457DC8. Grayscale: #8A8A8A. Windows color (decimal): -4554185 or 3637946. OLE color: 3637946.

HSL color Cylindrical-coordinate representation of color #BA8237: hue angle of 34.35º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8237 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 55 -
CMYK 0 0.30 0.70 0.27
HSL 34.35º 0.54% 0.47% -
HSV(B) 34.35º 0.7% 0.73% -
XYZ 28.92 26.68 7.24 -
YUV 138.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 186 130 55 0 0.30 0.70 0.27 34.35 0.54 0.47
Hex BA 82 37 0 1E 46 1B 22 36 2F
Octal 272 202 67 0 36 106 33 42 66 57
Binary 10111010 10000010 110111 0 11110 1000110 11011 100010 110110 101111

Color Harmonies of #BA8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8237

Black with #BA8237

Text Example


Text Example

White with #BA8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8237; }

 p { color: rgb(186,130,55); }

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

background-color css

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

 a { background-color: rgb(186,130,55); }

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

border-color css

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

 span { border-color: rgb(186,130,55); }

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