#B9843B

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

Shades of Marigold #B9843B

Tints of Marigold #B9843B

Color information

#B9843B (or 0xB9843B) is unknown color: approx Marigold. HEX triplet: B9, 84 and 3B. RGB value is (185,132,59). Sum of RGB (Red+Green+Blue) = 185+132+59=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9843B is #467BC4. Grayscale: #8B8B8B. Windows color (decimal): -4619205 or 3900601. OLE color: 3900601.

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

Color convert

RGB18513259-
CMYK00.290.680.27
HSL34.76º51.64%47.84%-
HSV(B)34.76º68.11%72.55%-
XYZ29.0527.137.84-
YUV139.5282.56160.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 59 (23.44% from 255) = 15.69%
R=49.20%
G=35.11%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851325900.290.680.2734.7651.6447.84
HexB9843B01D441B233430
Octal2712047303510433436460
Binary1011100110000100111011011101100010011011100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9843B; }

 p { color: rgb(185,132,59); }

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

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

 a { background-color: rgb(185,132,59); }

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

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

 span { border-color: rgb(185,132,59); }

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