#B5893A

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

Shades of Marigold #B5893A

Tints of Marigold #B5893A

Color information

#B5893A (or 0xB5893A) is unknown color: approx Marigold. HEX triplet: B5, 89 and 3A. RGB value is (181,137,58). Sum of RGB (Red+Green+Blue) = 181+137+58=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5893A is #4A76C5. Grayscale: #8D8D8D. Windows color (decimal): -4880070 or 3836341. OLE color: 3836341.

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

Color convert

RGB18113758-
CMYK00.240.680.29
HSL38.54º51.46%46.86%-
HSV(B)38.54º67.96%70.98%-
XYZ28.7728.027.9-
YUV141.1581.08156.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=48.14%
G=36.44%
B=15.43%

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
Decimal1811375800.240.680.2938.5451.4646.86
HexB5893A018441D27332f
Octal2652117203010435476357
Binary1011010110001001111010011000100010011101100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5893A; }

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

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

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

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

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

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

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

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