#B38643

Color #B38643 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #B38643

Tints of Marigold #B38643

Color information

#B38643 (or 0xB38643) is unknown color: approx Marigold. HEX triplet: B3, 86 and 43. RGB value is (179,134,67). Sum of RGB (Red+Green+Blue) = 179+134+67=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38643 is #4C79BC. Grayscale: #8C8C8C. Windows color (decimal): -5011901 or 4425395. OLE color: 4425395.

HSL color Cylindrical-coordinate representation of color #B38643: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B38643 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17913467-
CMYK00.250.630.30
HSL35.89º45.53%48.24%-
HSV(B)35.89º62.57%70.2%-
XYZ28.1327.049.05-
YUV139.8286.91155.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=47.11%
G=35.26%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791346700.250.630.3035.8945.5348.24
HexB386430193F1E242e30
Octal2632061030317736445660
Binary1011001110000110100001101100111111111110100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38643; }

 p { color: rgb(179,134,67); }

 H1.HeaderClassName
 {
   color: #B38643;
 }
 .AnyTagClassName
 {
   color: #B38643;
 }
</style>
background-color css

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

 a { background-color: rgb(179,134,67); }

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

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

 span { border-color: rgb(179,134,67); }

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