#B2873D

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

Shades of Marigold #B2873D

Tints of Marigold #B2873D

Color information

#B2873D (or 0xB2873D) is unknown color: approx Marigold. HEX triplet: B2, 87 and 3D. RGB value is (178,135,61). Sum of RGB (Red+Green+Blue) = 178+135+61=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2873D is #4D78C2. Grayscale: #8B8B8B. Windows color (decimal): -5077187 or 4032434. OLE color: 4032434.

HSL color Cylindrical-coordinate representation of color #B2873D: hue angle of 37.95º 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 #B2873D is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17813561-
CMYK00.240.660.30
HSL37.95º48.95%46.86%-
HSV(B)37.95º65.73%69.8%-
XYZ27.8727.138.18-
YUV139.4283.75155.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=47.59%
G=36.10%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781356100.240.660.3037.9548.9546.86
HexB2873D018421E26312f
Octal2622077503010236466157
Binary1011001010000111111101011000100001011110100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2873D; }

 p { color: rgb(178,135,61); }

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

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

 a { background-color: rgb(178,135,61); }

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

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

 span { border-color: rgb(178,135,61); }

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