#B1833A

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

Shades of Marigold #B1833A

Tints of Marigold #B1833A

Color information

#B1833A (or 0xB1833A) is unknown color: approx Marigold. HEX triplet: B1, 83 and 3A. RGB value is (177,131,58). Sum of RGB (Red+Green+Blue) = 177+131+58=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1833A is #4E7CC5. Grayscale: #888888. Windows color (decimal): -5143750 or 3834801. OLE color: 3834801.

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

Color convert

RGB17713158-
CMYK00.260.670.31
HSL36.81º50.64%46.08%-
HSV(B)36.81º67.23%69.41%-
XYZ27.0125.897.58-
YUV136.4383.74156.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 58 (23.05% from 255) = 15.85%
R=48.36%
G=35.79%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771315800.260.670.3136.8150.6446.08
HexB1833A01A431F25332e
Octal2612037203210337456356
Binary1011000110000011111010011010100001111111100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1833A; }

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

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

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

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

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

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

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

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