#B58B3E

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

Shades of Marigold #B58B3E

Tints of Marigold #B58B3E

Color information

#B58B3E (or 0xB58B3E) is unknown color: approx Marigold. HEX triplet: B5, 8B and 3E. RGB value is (181,139,62). Sum of RGB (Red+Green+Blue) = 181+139+62=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B3E is #4A74C1. Grayscale: #8F8F8F. Windows color (decimal): -4879554 or 4098997. OLE color: 4098997.

HSL color Cylindrical-coordinate representation of color #B58B3E: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B58B3E is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18113962-
CMYK00.230.660.29
HSL38.82º48.97%47.65%-
HSV(B)38.82º65.75%70.98%-
XYZ29.1628.648.55-
YUV142.7882.41155.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=47.38%
G=36.39%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811396200.230.660.2938.8248.9747.65
HexB58B3E017421D273130
Octal2652137602710235476160
Binary1011010110001011111110010111100001011101100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B3E; }

 p { color: rgb(181,139,62); }

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

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

 a { background-color: rgb(181,139,62); }

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

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

 span { border-color: rgb(181,139,62); }

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