#B8853D

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

Shades of Marigold #B8853D

Tints of Marigold #B8853D

Color information

#B8853D (or 0xB8853D) is unknown color: approx Marigold. HEX triplet: B8, 85 and 3D. RGB value is (184,133,61). Sum of RGB (Red+Green+Blue) = 184+133+61=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8853D is #477AC2. Grayscale: #8C8C8C. Windows color (decimal): -4684483 or 4031928. OLE color: 4031928.

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

Color convert

RGB18413361-
CMYK00.280.670.28
HSL35.12º50.2%48.04%-
HSV(B)35.12º66.85%72.16%-
XYZ2927.38.16-
YUV140.0483.4159.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=48.68%
G=35.19%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841336100.280.670.2835.1250.248.04
HexB8853D01C431C233230
Octal2702057503410334436260
Binary1011100010000101111101011100100001111100100011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8853D; }

 p { color: rgb(184,133,61); }

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

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

 a { background-color: rgb(184,133,61); }

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

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

 span { border-color: rgb(184,133,61); }

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