Html Css Color HEX #BA8C3B Marigold

📋 copy color: '#BA8C3B'

red 186 ◦ green 140 ◦ blue 59

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

Shades of Marigold #BA8C3B

Tints of Marigold #BA8C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 48.31%
G = 36.36%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA8C3B (or 0xBA8C3B) is known color: Marigold. HEX triplet: BA, 8C and 3B. RGB value is (186,140,59). Sum of RGB (Red+Green+Blue) = 186+140+59=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3B is #4573C4. Grayscale: #909090. Windows color (decimal): -4551621 or 3902650. OLE color: 3902650.

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

Color convert

RGB 186 140 59 -
CMYK 0 0.25 0.68 0.27
HSL 38.27º 0.52% 0.48% -
HSV(B) 38.27º 0.68% 0.73% -
XYZ 30.42 29.51 8.23 -
YUV 144.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 186 140 59 0 0.25 0.68 0.27 38.27 0.52 0.48
Hex BA 8C 3B 0 19 44 1B 26 34 30
Octal 272 214 73 0 31 104 33 46 64 60
Binary 10111010 10001100 111011 0 11001 1000100 11011 100110 110100 110000

Color Harmonies of #BA8C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C3B

Black with #BA8C3B

Text Example


Text Example

White with #BA8C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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