#B1823A

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

Shades of Marigold #B1823A

Tints of Marigold #B1823A

Color information

#B1823A (or 0xB1823A) is unknown color: approx Marigold. HEX triplet: B1, 82 and 3A. RGB value is (177,130,58). Sum of RGB (Red+Green+Blue) = 177+130+58=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1823A is #4E7DC5. Grayscale: #888888. Windows color (decimal): -5144006 or 3834545. OLE color: 3834545.

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

Color convert

RGB17713058-
CMYK00.270.670.31
HSL36.3º50.64%46.08%-
HSV(B)36.3º67.23%69.41%-
XYZ26.8825.627.53-
YUV135.8484.07157.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=48.49%
G=35.62%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771305800.270.670.3136.350.6446.08
HexB1823A01B431F24332e
Octal2612027203310337446356
Binary1011000110000010111010011011100001111111100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1823A; }

 p { color: rgb(177,130,58); }

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

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

 a { background-color: rgb(177,130,58); }

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

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

 span { border-color: rgb(177,130,58); }

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