#B38743

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

Shades of Marigold #B38743

Tints of Marigold #B38743

Color information

#B38743 (or 0xB38743) is unknown color: approx Marigold. HEX triplet: B3, 87 and 43. RGB value is (179,135,67). Sum of RGB (Red+Green+Blue) = 179+135+67=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B38743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38743 is #4C78BC. Grayscale: #8C8C8C. Windows color (decimal): -5011645 or 4425651. OLE color: 4425651.

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

Color convert

RGB17913567-
CMYK00.250.630.30
HSL36.43º45.53%48.24%-
HSV(B)36.43º62.57%70.2%-
XYZ28.2727.329.09-
YUV140.486.58155.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=46.98%
G=35.43%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791356700.250.630.3036.4345.5348.24
HexB387430193F1E242e30
Octal2632071030317736445660
Binary1011001110000111100001101100111111111110100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38743; }

 p { color: rgb(179,135,67); }

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

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

 a { background-color: rgb(179,135,67); }

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

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

 span { border-color: rgb(179,135,67); }

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