Html Css Color HEX #BA893D Marigold

📋 copy color: '#BA893D'

red 186 ◦ green 137 ◦ blue 61

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

Shades of Marigold #BA893D

Tints of Marigold #BA893D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

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

R = 48.44%
G = 35.68%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA893D (or 0xBA893D) is known color: Marigold. HEX triplet: BA, 89 and 3D. RGB value is (186,137,61). Sum of RGB (Red+Green+Blue) = 186+137+61=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA893D is #4576C2. Grayscale: #8F8F8F. Windows color (decimal): -4552387 or 4032954. OLE color: 4032954.

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

Color convert

RGB 186 137 61 -
CMYK 0 0.26 0.67 0.27
HSL 36.48º 0.51% 0.48% -
HSV(B) 36.48º 0.67% 0.73% -
XYZ 30.04 28.67 8.37 -
YUV 142.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 186 137 61 0 0.26 0.67 0.27 36.48 0.51 0.48
Hex BA 89 3D 0 1A 43 1B 24 33 30
Octal 272 211 75 0 32 103 33 44 63 60
Binary 10111010 10001001 111101 0 11010 1000011 11011 100100 110011 110000

Color Harmonies of #BA893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA893D

Black with #BA893D

Text Example


Text Example

White with #BA893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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