#B1823C

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

Shades of Marigold #B1823C

Tints of Marigold #B1823C

Color information

#B1823C (or 0xB1823C) is unknown color: approx Marigold. HEX triplet: B1, 82 and 3C. RGB value is (177,130,60). Sum of RGB (Red+Green+Blue) = 177+130+60=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1823C is #4E7DC3. Grayscale: #888888. Windows color (decimal): -5144004 or 3965617. OLE color: 3965617.

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

Color convert

RGB17713060-
CMYK00.270.660.31
HSL35.9º49.37%46.47%-
HSV(B)35.9º66.1%69.41%-
XYZ26.9325.647.8-
YUV136.0785.07157.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=48.23%
G=35.42%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771306000.270.660.3135.949.3746.47
HexB1823C01B421F24312e
Octal2612027403310237446156
Binary1011000110000010111100011011100001011111100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1823C; }

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

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

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

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

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

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

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

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