Html Css Color HEX #BA8238 Marigold

📋 copy color: '#BA8238'

red 186 ◦ green 130 ◦ blue 56

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

Shades of Marigold #BA8238

Tints of Marigold #BA8238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 50%
G = 34.95%
B = 15.05%

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

#BA8238 (or 0xBA8238) is known color: Marigold. HEX triplet: BA, 82 and 38. RGB value is (186,130,56). Sum of RGB (Red+Green+Blue) = 186+130+56=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8238 is #457DC7. Grayscale: #8A8A8A. Windows color (decimal): -4554184 or 3703482. OLE color: 3703482.

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

Color convert

RGB 186 130 56 -
CMYK 0 0.30 0.70 0.27
HSL 34.15º 0.54% 0.47% -
HSV(B) 34.15º 0.7% 0.73% -
XYZ 28.95 26.69 7.37 -
YUV 138.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 186 130 56 0 0.30 0.70 0.27 34.15 0.54 0.47
Hex BA 82 38 0 1E 46 1B 22 36 2F
Octal 272 202 70 0 36 106 33 42 66 57
Binary 10111010 10000010 111000 0 11110 1000110 11011 100010 110110 101111

Color Harmonies of #BA8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8238

Black with #BA8238

Text Example


Text Example

White with #BA8238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8238; }

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

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

background-color css

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

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

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

border-color css

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

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

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