Html Css Color HEX #BA8338 Marigold

📋 copy color: '#BA8338'

red 186 ◦ green 131 ◦ blue 56

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

Shades of Marigold #BA8338

Tints of Marigold #BA8338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 49.87%
G = 35.12%
B = 15.01%

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

#BA8338 (or 0xBA8338) is known color: Marigold. HEX triplet: BA, 83 and 38. RGB value is (186,131,56). Sum of RGB (Red+Green+Blue) = 186+131+56=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8338 is #457CC7. Grayscale: #8B8B8B. Windows color (decimal): -4553928 or 3703738. OLE color: 3703738.

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

Color convert

RGB 186 131 56 -
CMYK 0 0.30 0.70 0.27
HSL 34.62º 0.54% 0.47% -
HSV(B) 34.62º 0.7% 0.73% -
XYZ 29.08 26.96 7.41 -
YUV 138.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 186 131 56 0 0.30 0.70 0.27 34.62 0.54 0.47
Hex BA 83 38 0 1E 46 1B 23 36 2F
Octal 272 203 70 0 36 106 33 43 66 57
Binary 10111010 10000011 111000 0 11110 1000110 11011 100011 110110 101111

Color Harmonies of #BA8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8338

Black with #BA8338

Text Example


Text Example

White with #BA8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8338; }

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

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

background-color css

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

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

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

border-color css

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

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

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