#B08040

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

Shades of Marigold #B08040

Tints of Marigold #B08040

Color information

#B08040 (or 0xB08040) is unknown color: approx Marigold. HEX triplet: B0, 80 and 40. RGB value is (176,128,64). Sum of RGB (Red+Green+Blue) = 176+128+64=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B08040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08040 is #4F7FBF. Grayscale: #878787. Windows color (decimal): -5210048 or 4227248. OLE color: 4227248.

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

Color convert

RGB17612864-
CMYK00.270.640.31
HSL34.29º46.67%47.06%-
HSV(B)34.29º63.64%69.02%-
XYZ26.5525.048.28-
YUV135.0687.9157.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=47.83%
G=34.78%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761286400.270.640.3134.2946.6747.06
HexB0804001B401F222f2f
Octal26020010003310037425757
Binary10110000100000001000000011011100000011111100010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08040; }

 p { color: rgb(176,128,64); }

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

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

 a { background-color: rgb(176,128,64); }

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

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

 span { border-color: rgb(176,128,64); }

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