#B38438

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

Shades of Marigold #B38438

Tints of Marigold #B38438

Color information

#B38438 (or 0xB38438) is unknown color: approx Marigold. HEX triplet: B3, 84 and 38. RGB value is (179,132,56). Sum of RGB (Red+Green+Blue) = 179+132+56=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B38438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38438 is #4C7BC7. Grayscale: #898989. Windows color (decimal): -5012424 or 3703987. OLE color: 3703987.

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

Color convert

RGB17913256-
CMYK00.260.690.30
HSL37.07º52.34%46.08%-
HSV(B)37.07º68.72%70.2%-
XYZ27.5626.377.38-
YUV137.3982.07157.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=48.77%
G=35.97%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791325600.260.690.3037.0752.3446.08
HexB3843801A451E25342e
Octal2632047003210536456456
Binary1011001110000100111000011010100010111110100101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38438; }

 p { color: rgb(179,132,56); }

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

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

 a { background-color: rgb(179,132,56); }

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

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

 span { border-color: rgb(179,132,56); }

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