#B9833D

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

Shades of Marigold #B9833D

Tints of Marigold #B9833D

Color information

#B9833D (or 0xB9833D) is unknown color: approx Marigold. HEX triplet: B9, 83 and 3D. RGB value is (185,131,61). Sum of RGB (Red+Green+Blue) = 185+131+61=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9833D is #467CC2. Grayscale: #8B8B8B. Windows color (decimal): -4619459 or 4031417. OLE color: 4031417.

HSL color Cylindrical-coordinate representation of color #B9833D: hue angle of 33.87º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9833D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18513161-
CMYK00.290.670.27
HSL33.87º50.41%48.24%-
HSV(B)33.87º67.03%72.55%-
XYZ28.9726.888.08-
YUV139.1783.89160.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=49.07%
G=34.75%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851316100.290.670.2733.8750.4148.24
HexB9833D01D431B223230
Octal2712037503510333426260
Binary1011100110000011111101011101100001111011100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9833D; }

 p { color: rgb(185,131,61); }

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

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

 a { background-color: rgb(185,131,61); }

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

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

 span { border-color: rgb(185,131,61); }

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