#B3893D

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

Shades of Marigold #B3893D

Tints of Marigold #B3893D

Color information

#B3893D (or 0xB3893D) is unknown color: approx Marigold. HEX triplet: B3, 89 and 3D. RGB value is (179,137,61). Sum of RGB (Red+Green+Blue) = 179+137+61=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3893D is #4C76C2. Grayscale: #8D8D8D. Windows color (decimal): -5011139 or 4032947. OLE color: 4032947.

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

Color convert

RGB17913761-
CMYK00.230.660.30
HSL38.64º49.17%47.06%-
HSV(B)38.64º65.92%70.2%-
XYZ28.3827.818.29-
YUV140.8982.91155.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=47.48%
G=36.34%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791376100.230.660.3038.6449.1747.06
HexB3893D017421E27312f
Octal2632117502710236476157
Binary1011001110001001111101010111100001011110100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3893D; }

 p { color: rgb(179,137,61); }

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

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

 a { background-color: rgb(179,137,61); }

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

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

 span { border-color: rgb(179,137,61); }

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