Html Css Color HEX #BA8C43 Marigold

📋 copy color: '#BA8C43'

red 186 ◦ green 140 ◦ blue 67

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

Shades of Marigold #BA8C43

Tints of Marigold #BA8C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 47.33%
G = 35.62%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8C43 (or 0xBA8C43) is known color: Marigold. HEX triplet: BA, 8C and 43. RGB value is (186,140,67). Sum of RGB (Red+Green+Blue) = 186+140+67=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C43 is #4573BC. Grayscale: #919191. Windows color (decimal): -4551613 or 4426938. OLE color: 4426938.

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

Color convert

RGB 186 140 67 -
CMYK 0 0.25 0.64 0.27
HSL 36.81º 0.47% 0.5% -
HSV(B) 36.81º 0.64% 0.73% -
XYZ 30.64 29.6 9.41 -
YUV 145.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 186 140 67 0 0.25 0.64 0.27 36.81 0.47 0.5
Hex BA 8C 43 0 19 40 1B 25 2F 32
Octal 272 214 103 0 31 100 33 45 57 62
Binary 10111010 10001100 1000011 0 11001 1000000 11011 100101 101111 110010

Color Harmonies of #BA8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C43

Black with #BA8C43

Text Example


Text Example

White with #BA8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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