Html Css Color HEX #BA8F3F Marigold

📋 copy color: '#BA8F3F'

red 186 ◦ green 143 ◦ blue 63

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

Shades of Marigold #BA8F3F

Tints of Marigold #BA8F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 63 (25% from 255) = 16.07%

R = 47.45%
G = 36.48%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA8F3F (or 0xBA8F3F) is known color: Marigold. HEX triplet: BA, 8F and 3F. RGB value is (186,143,63). Sum of RGB (Red+Green+Blue) = 186+143+63=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F3F is #4570C0. Grayscale: #939393. Windows color (decimal): -4550849 or 4165562. OLE color: 4165562.

HSL color Cylindrical-coordinate representation of color #BA8F3F: hue angle of 39.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA8F3F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 143 63 -
CMYK 0 0.23 0.66 0.27
HSL 39.02º 0.49% 0.49% -
HSV(B) 39.02º 0.66% 0.73% -
XYZ 30.97 30.44 8.95 -
YUV 146.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 186 143 63 0 0.23 0.66 0.27 39.02 0.49 0.49
Hex BA 8F 3F 0 17 42 1B 27 31 31
Octal 272 217 77 0 27 102 33 47 61 61
Binary 10111010 10001111 111111 0 10111 1000010 11011 100111 110001 110001

Color Harmonies of #BA8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F3F

Black with #BA8F3F

Text Example


Text Example

White with #BA8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F3F; }

 p { color: rgb(186,143,63); }

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

background-color css

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

 a { background-color: rgb(186,143,63); }

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

border-color css

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

 span { border-color: rgb(186,143,63); }

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