Html Css Color HEX #BA8B3D Marigold

📋 copy color: '#BA8B3D'

red 186 ◦ green 139 ◦ blue 61

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

Shades of Marigold #BA8B3D

Tints of Marigold #BA8B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

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

R = 48.19%
G = 36.01%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA8B3D (or 0xBA8B3D) is known color: Marigold. HEX triplet: BA, 8B and 3D. RGB value is (186,139,61). Sum of RGB (Red+Green+Blue) = 186+139+61=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B3D is #4574C2. Grayscale: #909090. Windows color (decimal): -4551875 or 4033466. OLE color: 4033466.

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

Color convert

RGB 186 139 61 -
CMYK 0 0.25 0.67 0.27
HSL 37.44º 0.51% 0.48% -
HSV(B) 37.44º 0.67% 0.73% -
XYZ 30.32 29.24 8.46 -
YUV 144.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 186 139 61 0 0.25 0.67 0.27 37.44 0.51 0.48
Hex BA 8B 3D 0 19 43 1B 25 33 30
Octal 272 213 75 0 31 103 33 45 63 60
Binary 10111010 10001011 111101 0 11001 1000011 11011 100101 110011 110000

Color Harmonies of #BA8B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B3D

Black with #BA8B3D

Text Example


Text Example

White with #BA8B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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