#B38443

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

Shades of Marigold #B38443

Tints of Marigold #B38443

Color information

#B38443 (or 0xB38443) is unknown color: approx Marigold. HEX triplet: B3, 84 and 43. RGB value is (179,132,67). Sum of RGB (Red+Green+Blue) = 179+132+67=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B38443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38443 is #4C7BBC. Grayscale: #8A8A8A. Windows color (decimal): -5012413 or 4424883. OLE color: 4424883.

HSL color Cylindrical-coordinate representation of color #B38443: hue angle of 34.82º 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 #B38443 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17913267-
CMYK00.260.630.30
HSL34.82º45.53%48.24%-
HSV(B)34.82º62.57%70.2%-
XYZ27.8526.498.96-
YUV138.6487.57156.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=47.35%
G=34.92%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791326700.260.630.3034.8245.5348.24
HexB3844301A3F1E232e30
Octal2632041030327736435660
Binary1011001110000100100001101101011111111110100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38443; }

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

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

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

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

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

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

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

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