#B38641

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

Shades of Marigold #B38641

Tints of Marigold #B38641

Color information

#B38641 (or 0xB38641) is unknown color: approx Marigold. HEX triplet: B3, 86 and 41. RGB value is (179,134,65). Sum of RGB (Red+Green+Blue) = 179+134+65=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B38641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38641 is #4C79BE. Grayscale: #8B8B8B. Windows color (decimal): -5011903 or 4294323. OLE color: 4294323.

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

Color convert

RGB17913465-
CMYK00.250.640.30
HSL36.32º46.72%47.84%-
HSV(B)36.32º63.69%70.2%-
XYZ28.0727.028.74-
YUV139.5985.91156.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=47.35%
G=35.45%
B=17.20%

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
Decimal1791346500.250.640.3036.3246.7247.84
HexB38641019401E242f30
Octal26320610103110036445760
Binary10110011100001101000001011001100000011110100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38641; }

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

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

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

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

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

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

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

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