#B1803C

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

Shades of Marigold #B1803C

Tints of Marigold #B1803C

Color information

#B1803C (or 0xB1803C) is unknown color: approx Marigold. HEX triplet: B1, 80 and 3C. RGB value is (177,128,60). Sum of RGB (Red+Green+Blue) = 177+128+60=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1803C is #4E7FC3. Grayscale: #878787. Windows color (decimal): -5144516 or 3965105. OLE color: 3965105.

HSL color Cylindrical-coordinate representation of color #B1803C: hue angle of 34.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1803C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17712860-
CMYK00.280.660.31
HSL34.87º49.37%46.47%-
HSV(B)34.87º66.1%69.41%-
XYZ26.6725.117.72-
YUV134.985.73158.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=48.49%
G=35.07%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771286000.280.660.3134.8749.3746.47
HexB1803C01C421F23312e
Octal2612007403410237436156
Binary1011000110000000111100011100100001011111100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1803C; }

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

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

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

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

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

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

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

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