#B08141

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

Shades of Marigold #B08141

Tints of Marigold #B08141

Color information

#B08141 (or 0xB08141) is unknown color: approx Marigold. HEX triplet: B0, 81 and 41. RGB value is (176,129,65). Sum of RGB (Red+Green+Blue) = 176+129+65=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B08141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08141 is #4F7EBE. Grayscale: #888888. Windows color (decimal): -5209791 or 4293040. OLE color: 4293040.

HSL color Cylindrical-coordinate representation of color #B08141: hue angle of 34.59º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B08141 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17612965-
CMYK00.270.630.31
HSL34.59º46.06%47.25%-
HSV(B)34.59º63.07%69.02%-
XYZ26.7125.318.48-
YUV135.7688.07156.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=47.57%
G=34.86%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761296500.270.630.3134.5946.0647.25
HexB0814101B3F1F232e2f
Octal2602011010337737435657
Binary1011000010000001100000101101111111111111100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08141; }

 p { color: rgb(176,129,65); }

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

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

 a { background-color: rgb(176,129,65); }

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

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

 span { border-color: rgb(176,129,65); }

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