#B38441

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

Shades of Marigold #B38441

Tints of Marigold #B38441

Color information

#B38441 (or 0xB38441) is unknown color: approx Marigold. HEX triplet: B3, 84 and 41. RGB value is (179,132,65). Sum of RGB (Red+Green+Blue) = 179+132+65=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38441 is #4C7BBE. Grayscale: #8A8A8A. Windows color (decimal): -5012415 or 4293811. OLE color: 4293811.

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

Color convert

RGB17913265-
CMYK00.260.640.30
HSL35.26º46.72%47.84%-
HSV(B)35.26º63.69%70.2%-
XYZ27.826.478.64-
YUV138.4286.57156.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=47.61%
G=35.11%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791326500.260.640.3035.2646.7247.84
HexB3844101A401E232f30
Octal26320410103210036435760
Binary10110011100001001000001011010100000011110100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38441; }

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

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

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

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

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

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

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

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