Html Css Color HEX #BA873E Marigold

📋 copy color: '#BA873E'

red 186 ◦ green 135 ◦ blue 62

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

Shades of Marigold #BA873E

Tints of Marigold #BA873E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 48.56%
G = 35.25%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA873E (or 0xBA873E) is known color: Marigold. HEX triplet: BA, 87 and 3E. RGB value is (186,135,62). Sum of RGB (Red+Green+Blue) = 186+135+62=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA873E is #4578C1. Grayscale: #8E8E8E. Windows color (decimal): -4552898 or 4097978. OLE color: 4097978.

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

Color convert

RGB 186 135 62 -
CMYK 0 0.27 0.67 0.27
HSL 35.32º 0.5% 0.49% -
HSV(B) 35.32º 0.67% 0.73% -
XYZ 29.78 28.11 8.41 -
YUV 141.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 186 135 62 0 0.27 0.67 0.27 35.32 0.5 0.49
Hex BA 87 3E 0 1B 43 1B 23 32 31
Octal 272 207 76 0 33 103 33 43 62 61
Binary 10111010 10000111 111110 0 11011 1000011 11011 100011 110010 110001

Color Harmonies of #BA873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA873E

Black with #BA873E

Text Example


Text Example

White with #BA873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA873E; }

 p { color: rgb(186,135,62); }

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

background-color css

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

 a { background-color: rgb(186,135,62); }

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

border-color css

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

 span { border-color: rgb(186,135,62); }

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