#B1833C

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

Shades of Marigold #B1833C

Tints of Marigold #B1833C

Color information

#B1833C (or 0xB1833C) is unknown color: approx Marigold. HEX triplet: B1, 83 and 3C. RGB value is (177,131,60). Sum of RGB (Red+Green+Blue) = 177+131+60=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1833C is #4E7CC3. Grayscale: #888888. Windows color (decimal): -5143748 or 3965873. OLE color: 3965873.

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

Color convert

RGB17713160-
CMYK00.260.660.31
HSL36.41º49.37%46.47%-
HSV(B)36.41º66.1%69.41%-
XYZ27.0625.917.85-
YUV136.6684.74156.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=48.10%
G=35.60%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771316000.260.660.3136.4149.3746.47
HexB1833C01A421F24312e
Octal2612037403210237446156
Binary1011000110000011111100011010100001011111100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1833C; }

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

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

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

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

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

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

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

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