#B38D3F

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

Shades of Marigold #B38D3F

Tints of Marigold #B38D3F

Color information

#B38D3F (or 0xB38D3F) is unknown color: approx Marigold. HEX triplet: B3, 8D and 3F. RGB value is (179,141,63). Sum of RGB (Red+Green+Blue) = 179+141+63=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D3F is #4C72C0. Grayscale: #8F8F8F. Windows color (decimal): -5010113 or 4165043. OLE color: 4165043.

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

Color convert

RGB17914163-
CMYK00.210.650.30
HSL40.34º47.93%47.45%-
HSV(B)40.34º64.8%70.2%-
XYZ29.0128.998.77-
YUV143.4782.59153.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 63 (25% from 255) = 16.45%
R=46.74%
G=36.81%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791416300.210.650.3040.3447.9347.45
HexB38D3F015411E28302f
Octal2632157702510136506057
Binary1011001110001101111111010101100000111110101000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D3F; }

 p { color: rgb(179,141,63); }

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

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

 a { background-color: rgb(179,141,63); }

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

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

 span { border-color: rgb(179,141,63); }

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