Html Css Color HEX #BA8B3B Marigold

📋 copy color: '#BA8B3B'

red 186 ◦ green 139 ◦ blue 59

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

Shades of Marigold #BA8B3B

Tints of Marigold #BA8B3B

RGB

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

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

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

R = 48.44%
G = 36.2%
B = 15.36%

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

#BA8B3B (or 0xBA8B3B) is known color: Marigold. HEX triplet: BA, 8B and 3B. RGB value is (186,139,59). Sum of RGB (Red+Green+Blue) = 186+139+59=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B3B is #4574C4. Grayscale: #909090. Windows color (decimal): -4551877 or 3902394. OLE color: 3902394.

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

Color convert

RGB 186 139 59 -
CMYK 0 0.25 0.68 0.27
HSL 37.8º 0.52% 0.48% -
HSV(B) 37.8º 0.68% 0.73% -
XYZ 30.27 29.22 8.18 -
YUV 143.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 186 139 59 0 0.25 0.68 0.27 37.8 0.52 0.48
Hex BA 8B 3B 0 19 44 1B 26 34 30
Octal 272 213 73 0 31 104 33 46 64 60
Binary 10111010 10001011 111011 0 11001 1000100 11011 100110 110100 110000

Color Harmonies of #BA8B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B3B

Black with #BA8B3B

Text Example


Text Example

White with #BA8B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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