#B38345

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

Shades of Marigold #B38345

Tints of Marigold #B38345

Color information

#B38345 (or 0xB38345) is unknown color: approx Marigold. HEX triplet: B3, 83 and 45. RGB value is (179,131,69). Sum of RGB (Red+Green+Blue) = 179+131+69=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38345 is #4C7CBA. Grayscale: #8A8A8A. Windows color (decimal): -5012667 or 4555699. OLE color: 4555699.

HSL color Cylindrical-coordinate representation of color #B38345: hue angle of 33.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B38345 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17913169-
CMYK00.270.610.30
HSL33.82º44.35%48.63%-
HSV(B)33.82º61.45%70.2%-
XYZ27.7826.259.23-
YUV138.2888.9157.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=47.23%
G=34.56%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791316900.270.610.3033.8244.3548.63
HexB3834501B3D1E222c31
Octal2632031050337536425461
Binary1011001110000011100010101101111110111110100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38345; }

 p { color: rgb(179,131,69); }

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

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

 a { background-color: rgb(179,131,69); }

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

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

 span { border-color: rgb(179,131,69); }

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