#B38741

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

Shades of Marigold #B38741

Tints of Marigold #B38741

Color information

#B38741 (or 0xB38741) is unknown color: approx Marigold. HEX triplet: B3, 87 and 41. RGB value is (179,135,65). Sum of RGB (Red+Green+Blue) = 179+135+65=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38741 is #4C78BE. Grayscale: #8C8C8C. Windows color (decimal): -5011647 or 4294579. OLE color: 4294579.

HSL color Cylindrical-coordinate representation of color #B38741: hue angle of 36.84º 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 #B38741 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17913565-
CMYK00.250.640.30
HSL36.84º46.72%47.84%-
HSV(B)36.84º63.69%70.2%-
XYZ28.2127.298.78-
YUV140.1885.58155.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=47.23%
G=35.62%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791356500.250.640.3036.8446.7247.84
HexB38741019401E252f30
Octal26320710103110036455760
Binary10110011100001111000001011001100000011110100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38741; }

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

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

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

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

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

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

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

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