#B28642

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

Shades of Marigold #B28642

Tints of Marigold #B28642

Color information

#B28642 (or 0xB28642) is unknown color: approx Marigold. HEX triplet: B2, 86 and 42. RGB value is (178,134,66). Sum of RGB (Red+Green+Blue) = 178+134+66=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28642 is #4D79BD. Grayscale: #8B8B8B. Windows color (decimal): -5077438 or 4359858. OLE color: 4359858.

HSL color Cylindrical-coordinate representation of color #B28642: 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 #B28642 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17813466-
CMYK00.250.630.30
HSL36.43º45.9%47.84%-
HSV(B)36.43º62.92%69.8%-
XYZ27.8726.918.88-
YUV139.486.58155.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=47.09%
G=35.45%
B=17.46%

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
Decimal1781346600.250.630.3036.4345.947.84
HexB286420193F1E242e30
Octal2622061020317736445660
Binary1011001010000110100001001100111111111110100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28642; }

 p { color: rgb(178,134,66); }

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

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

 a { background-color: rgb(178,134,66); }

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

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

 span { border-color: rgb(178,134,66); }

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