#B9813D

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

Shades of Marigold #B9813D

Tints of Marigold #B9813D

Color information

#B9813D (or 0xB9813D) is unknown color: approx Marigold. HEX triplet: B9, 81 and 3D. RGB value is (185,129,61). Sum of RGB (Red+Green+Blue) = 185+129+61=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9813D is #467EC2. Grayscale: #8A8A8A. Windows color (decimal): -4619971 or 4030905. OLE color: 4030905.

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

Color convert

RGB18512961-
CMYK00.300.670.27
HSL32.9º50.41%48.24%-
HSV(B)32.9º67.03%72.55%-
XYZ28.726.357.99-
YUV137.9984.55161.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=49.33%
G=34.4%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851296100.300.670.2732.950.4148.24
HexB9813D01E431B213230
Octal2712017503610333416260
Binary1011100110000001111101011110100001111011100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9813D; }

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

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

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

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

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

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

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

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