#B08540

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

Shades of Marigold #B08540

Tints of Marigold #B08540

Color information

#B08540 (or 0xB08540) is unknown color: approx Marigold. HEX triplet: B0, 85 and 40. RGB value is (176,133,64). Sum of RGB (Red+Green+Blue) = 176+133+64=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08540 is #4F7ABF. Grayscale: #8A8A8A. Windows color (decimal): -5208768 or 4228528. OLE color: 4228528.

HSL color Cylindrical-coordinate representation of color #B08540: hue angle of 36.96º 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 #B08540 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17613364-
CMYK00.240.640.31
HSL36.96º46.67%47.06%-
HSV(B)36.96º63.64%69.02%-
XYZ27.2226.388.51-
YUV137.9986.25155.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=47.18%
G=35.66%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761336400.240.640.3136.9646.6747.06
HexB08540018401F252f2f
Octal26020510003010037455757
Binary10110000100001011000000011000100000011111100101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08540; }

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

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

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

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

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

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

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

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