Html Css Color HEX #BA8E3D Marigold

📋 copy color: '#BA8E3D'

red 186 ◦ green 142 ◦ blue 61

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

Shades of Marigold #BA8E3D

Tints of Marigold #BA8E3D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 47.81%
G = 36.5%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA8E3D (or 0xBA8E3D) is known color: Marigold. HEX triplet: BA, 8E and 3D. RGB value is (186,142,61). Sum of RGB (Red+Green+Blue) = 186+142+61=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E3D is #4571C2. Grayscale: #929292. Windows color (decimal): -4551107 or 4034234. OLE color: 4034234.

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

Color convert

RGB 186 142 61 -
CMYK 0 0.24 0.67 0.27
HSL 38.88º 0.51% 0.48% -
HSV(B) 38.88º 0.67% 0.73% -
XYZ 30.77 30.12 8.61 -
YUV 145.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 186 142 61 0 0.24 0.67 0.27 38.88 0.51 0.48
Hex BA 8E 3D 0 18 43 1B 27 33 30
Octal 272 216 75 0 30 103 33 47 63 60
Binary 10111010 10001110 111101 0 11000 1000011 11011 100111 110011 110000

Color Harmonies of #BA8E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E3D

Black with #BA8E3D

Text Example


Text Example

White with #BA8E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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