#B58A3A

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

Shades of Marigold #B58A3A

Tints of Marigold #B58A3A

Color information

#B58A3A (or 0xB58A3A) is unknown color: approx Marigold. HEX triplet: B5, 8A and 3A. RGB value is (181,138,58). Sum of RGB (Red+Green+Blue) = 181+138+58=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A3A is #4A75C5. Grayscale: #8E8E8E. Windows color (decimal): -4879814 or 3836597. OLE color: 3836597.

HSL color Cylindrical-coordinate representation of color #B58A3A: hue angle of 39.02º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B58A3A is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18113858-
CMYK00.240.680.29
HSL39.02º51.46%46.86%-
HSV(B)39.02º67.96%70.98%-
XYZ28.9128.317.94-
YUV141.7480.75156-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=48.01%
G=36.60%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811385800.240.680.2939.0251.4646.86
HexB58A3A018441D27332f
Octal2652127203010435476357
Binary1011010110001010111010011000100010011101100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A3A; }

 p { color: rgb(181,138,58); }

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

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

 a { background-color: rgb(181,138,58); }

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

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

 span { border-color: rgb(181,138,58); }

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