#B1823E

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

Shades of Marigold #B1823E

Tints of Marigold #B1823E

Color information

#B1823E (or 0xB1823E) is unknown color: approx Marigold. HEX triplet: B1, 82 and 3E. RGB value is (177,130,62). Sum of RGB (Red+Green+Blue) = 177+130+62=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1823E is #4E7DC1. Grayscale: #888888. Windows color (decimal): -5144002 or 4096689. OLE color: 4096689.

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

Color convert

RGB17713062-
CMYK00.270.650.31
HSL35.48º48.12%46.86%-
HSV(B)35.48º64.97%69.41%-
XYZ26.9825.668.09-
YUV136.386.07157.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=47.97%
G=35.23%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771306200.270.650.3135.4848.1246.86
HexB1823E01B411F23302f
Octal2612027603310137436057
Binary1011000110000010111110011011100000111111100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1823E; }

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

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

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

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

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

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

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

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