Html Css Color HEX #BA8638 Marigold

📋 copy color: '#BA8638'

red 186 ◦ green 134 ◦ blue 56

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

Shades of Marigold #BA8638

Tints of Marigold #BA8638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 49.47%
G = 35.64%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA8638 (or 0xBA8638) is known color: Marigold. HEX triplet: BA, 86 and 38. RGB value is (186,134,56). Sum of RGB (Red+Green+Blue) = 186+134+56=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8638 is #4579C7. Grayscale: #8D8D8D. Windows color (decimal): -4553160 or 3704506. OLE color: 3704506.

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

Color convert

RGB 186 134 56 -
CMYK 0 0.28 0.70 0.27
HSL 36º 0.54% 0.47% -
HSV(B) 36º 0.7% 0.73% -
XYZ 29.49 27.77 7.55 -
YUV 140.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 186 134 56 0 0.28 0.70 0.27 36 0.54 0.47
Hex BA 86 38 0 1C 46 1B 24 36 2F
Octal 272 206 70 0 34 106 33 44 66 57
Binary 10111010 10000110 111000 0 11100 1000110 11011 100100 110110 101111

Color Harmonies of #BA8638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8638

Black with #BA8638

Text Example


Text Example

White with #BA8638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8638; }

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

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

background-color css

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

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

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

border-color css

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

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

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