#B38541

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

Shades of Marigold #B38541

Tints of Marigold #B38541

Color information

#B38541 (or 0xB38541) is unknown color: approx Marigold. HEX triplet: B3, 85 and 41. RGB value is (179,133,65). Sum of RGB (Red+Green+Blue) = 179+133+65=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38541 is #4C7ABE. Grayscale: #8B8B8B. Windows color (decimal): -5012159 or 4294067. OLE color: 4294067.

HSL color Cylindrical-coordinate representation of color #B38541: hue angle of 35.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B38541 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17913365-
CMYK00.260.640.30
HSL35.79º46.72%47.84%-
HSV(B)35.79º63.69%70.2%-
XYZ27.9326.748.69-
YUV13986.24156.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=47.48%
G=35.28%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791336500.260.640.3035.7946.7247.84
HexB3854101A401E242f30
Octal26320510103210036445760
Binary10110011100001011000001011010100000011110100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38541; }

 p { color: rgb(179,133,65); }

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

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

 a { background-color: rgb(179,133,65); }

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

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

 span { border-color: rgb(179,133,65); }

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