#B38143

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

Shades of Marigold #B38143

Tints of Marigold #B38143

Color information

#B38143 (or 0xB38143) is unknown color: approx Marigold. HEX triplet: B3, 81 and 43. RGB value is (179,129,67). Sum of RGB (Red+Green+Blue) = 179+129+67=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38143 is #4C7EBC. Grayscale: #898989. Windows color (decimal): -5013181 or 4424115. OLE color: 4424115.

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

Color convert

RGB17912967-
CMYK00.280.630.30
HSL33.21º45.53%48.24%-
HSV(B)33.21º62.57%70.2%-
XYZ27.4525.698.82-
YUV136.8888.56158.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=47.73%
G=34.4%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791296700.280.630.3033.2145.5348.24
HexB3814301C3F1E212e30
Octal2632011030347736415660
Binary1011001110000001100001101110011111111110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38143; }

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

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

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

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

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

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

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

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