#B08742

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

Shades of Marigold #B08742

Tints of Marigold #B08742

Color information

#B08742 (or 0xB08742) is unknown color: approx Marigold. HEX triplet: B0, 87 and 42. RGB value is (176,135,66). Sum of RGB (Red+Green+Blue) = 176+135+66=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B08742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08742 is #4F78BD. Grayscale: #8B8B8B. Windows color (decimal): -5208254 or 4360112. OLE color: 4360112.

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

Color convert

RGB17613566-
CMYK00.230.620.31
HSL37.64º45.45%47.45%-
HSV(B)37.64º62.5%69.02%-
XYZ27.5526.958.9-
YUV139.3986.58154.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=46.68%
G=35.81%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761356600.230.620.3137.6445.4547.45
HexB087420173E1F262d2f
Octal2602071020277637465557
Binary1011000010000111100001001011111111011111100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08742; }

 p { color: rgb(176,135,66); }

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

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

 a { background-color: rgb(176,135,66); }

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

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

 span { border-color: rgb(176,135,66); }

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