#B1803F

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

Shades of Marigold #B1803F

Tints of Marigold #B1803F

Color information

#B1803F (or 0xB1803F) is unknown color: approx Marigold. HEX triplet: B1, 80 and 3F. RGB value is (177,128,63). Sum of RGB (Red+Green+Blue) = 177+128+63=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1803F is #4E7FC0. Grayscale: #878787. Windows color (decimal): -5144513 or 4161713. OLE color: 4161713.

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

Color convert

RGB17712863-
CMYK00.280.640.31
HSL34.21º47.5%47.06%-
HSV(B)34.21º64.41%69.41%-
XYZ26.7525.148.15-
YUV135.2487.23157.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 63 (25% from 255) = 17.12%
R=48.10%
G=34.78%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771286300.280.640.3134.2147.547.06
HexB1803F01C401F22302f
Octal2612007703410037426057
Binary1011000110000000111111011100100000011111100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1803F; }

 p { color: rgb(177,128,63); }

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

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

 a { background-color: rgb(177,128,63); }

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

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

 span { border-color: rgb(177,128,63); }

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