#B58F3B

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

Shades of Marigold #B58F3B

Tints of Marigold #B58F3B

Color information

#B58F3B (or 0xB58F3B) is unknown color: approx Marigold. HEX triplet: B5, 8F and 3B. RGB value is (181,143,59). Sum of RGB (Red+Green+Blue) = 181+143+59=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F3B is #4A70C4. Grayscale: #919191. Windows color (decimal): -4878533 or 3903413. OLE color: 3903413.

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

Color convert

RGB18114359-
CMYK00.210.670.29
HSL41.31º50.83%47.06%-
HSV(B)41.31º67.4%70.98%-
XYZ29.6729.788.32-
YUV144.7979.59153.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 59 (23.44% from 255) = 15.40%
R=47.26%
G=37.34%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811435900.210.670.2941.3150.8347.06
HexB58F3B015431D29332f
Octal2652177302510335516357
Binary1011010110001111111011010101100001111101101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F3B; }

 p { color: rgb(181,143,59); }

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

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

 a { background-color: rgb(181,143,59); }

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

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

 span { border-color: rgb(181,143,59); }

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