Html Css Color HEX #BA8C3A Marigold

📋 copy color: '#BA8C3A'

red 186 ◦ green 140 ◦ blue 58

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

Shades of Marigold #BA8C3A

Tints of Marigold #BA8C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 48.44%
G = 36.46%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA8C3A (or 0xBA8C3A) is known color: Marigold. HEX triplet: BA, 8C and 3A. RGB value is (186,140,58). Sum of RGB (Red+Green+Blue) = 186+140+58=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3A is #4573C5. Grayscale: #909090. Windows color (decimal): -4551622 or 3837114. OLE color: 3837114.

HSL color Cylindrical-coordinate representation of color #BA8C3A: hue angle of 38.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA8C3A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 58 -
CMYK 0 0.25 0.69 0.27
HSL 38.44º 0.52% 0.48% -
HSV(B) 38.44º 0.69% 0.73% -
XYZ 30.39 29.5 8.1 -
YUV 144.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 186 140 58 0 0.25 0.69 0.27 38.44 0.52 0.48
Hex BA 8C 3A 0 19 45 1B 26 34 30
Octal 272 214 72 0 31 105 33 46 64 60
Binary 10111010 10001100 111010 0 11001 1000101 11011 100110 110100 110000

Color Harmonies of #BA8C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C3A

Black with #BA8C3A

Text Example


Text Example

White with #BA8C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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