#B38A44

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

Shades of Marigold #B38A44

Tints of Marigold #B38A44

Color information

#B38A44 (or 0xB38A44) is unknown color: approx Marigold. HEX triplet: B3, 8A and 44. RGB value is (179,138,68). Sum of RGB (Red+Green+Blue) = 179+138+68=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A44 is #4C75BB. Grayscale: #8E8E8E. Windows color (decimal): -5010876 or 4491955. OLE color: 4491955.

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

Color convert

RGB17913868-
CMYK00.230.620.30
HSL37.84º44.94%48.43%-
HSV(B)37.84º62.01%70.2%-
XYZ28.7228.189.39-
YUV142.2886.08154.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=46.49%
G=35.84%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791386800.230.620.3037.8444.9448.43
HexB38A440173E1E262d30
Octal2632121040277636465560
Binary1011001110001010100010001011111111011110100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A44; }

 p { color: rgb(179,138,68); }

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

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

 a { background-color: rgb(179,138,68); }

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

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

 span { border-color: rgb(179,138,68); }

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