#B08641

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

Shades of Marigold #B08641

Tints of Marigold #B08641

Color information

#B08641 (or 0xB08641) is unknown color: approx Marigold. HEX triplet: B0, 86 and 41. RGB value is (176,134,65). Sum of RGB (Red+Green+Blue) = 176+134+65=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B08641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08641 is #4F79BE. Grayscale: #8B8B8B. Windows color (decimal): -5208511 or 4294320. OLE color: 4294320.

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

Color convert

RGB17613465-
CMYK00.240.630.31
HSL37.3º46.06%47.25%-
HSV(B)37.3º63.07%69.02%-
XYZ27.3826.668.7-
YUV138.6986.41154.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=46.93%
G=35.73%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761346500.240.630.3137.346.0647.25
HexB086410183F1F252e2f
Octal2602061010307737455657
Binary1011000010000110100000101100011111111111100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08641; }

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

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

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

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

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

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

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

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