Html Css Color HEX #BA8843 Marigold

📋 copy color: '#BA8843'

red 186 ◦ green 136 ◦ blue 67

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

Shades of Marigold #BA8843

Tints of Marigold #BA8843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 47.81%
G = 34.96%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8843 (or 0xBA8843) is known color: Marigold. HEX triplet: BA, 88 and 43. RGB value is (186,136,67). Sum of RGB (Red+Green+Blue) = 186+136+67=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8843 is #4577BC. Grayscale: #8F8F8F. Windows color (decimal): -4552637 or 4425914. OLE color: 4425914.

HSL color Cylindrical-coordinate representation of color #BA8843: hue angle of 34.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA8843 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 67 -
CMYK 0 0.27 0.64 0.27
HSL 34.79º 0.47% 0.5% -
HSV(B) 34.79º 0.64% 0.73% -
XYZ 30.07 28.45 9.22 -
YUV 143.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 186 136 67 0 0.27 0.64 0.27 34.79 0.47 0.5
Hex BA 88 43 0 1B 40 1B 23 2F 32
Octal 272 210 103 0 33 100 33 43 57 62
Binary 10111010 10001000 1000011 0 11011 1000000 11011 100011 101111 110010

Color Harmonies of #BA8843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8843

Black with #BA8843

Text Example


Text Example

White with #BA8843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8843; }

 p { color: rgb(186,136,67); }

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

background-color css

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

 a { background-color: rgb(186,136,67); }

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

border-color css

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

 span { border-color: rgb(186,136,67); }

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