#B8833D

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

Shades of Marigold #B8833D

Tints of Marigold #B8833D

Color information

#B8833D (or 0xB8833D) is unknown color: approx Marigold. HEX triplet: B8, 83 and 3D. RGB value is (184,131,61). Sum of RGB (Red+Green+Blue) = 184+131+61=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8833D is #477CC2. Grayscale: #8B8B8B. Windows color (decimal): -4684995 or 4031416. OLE color: 4031416.

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

Color convert

RGB18413161-
CMYK00.290.670.28
HSL34.15º50.2%48.04%-
HSV(B)34.15º66.85%72.16%-
XYZ28.7326.768.07-
YUV138.8784.06160.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=48.94%
G=34.84%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841316100.290.670.2834.1550.248.04
HexB8833D01D431C223230
Octal2702037503510334426260
Binary1011100010000011111101011101100001111100100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8833D; }

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

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

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

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

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

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

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

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