#B28741

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

Shades of Marigold #B28741

Tints of Marigold #B28741

Color information

#B28741 (or 0xB28741) is unknown color: approx Marigold. HEX triplet: B2, 87 and 41. RGB value is (178,135,65). Sum of RGB (Red+Green+Blue) = 178+135+65=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28741 is #4D78BE. Grayscale: #8C8C8C. Windows color (decimal): -5077183 or 4294578. OLE color: 4294578.

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

Color convert

RGB17813565-
CMYK00.240.630.30
HSL37.17º46.5%47.65%-
HSV(B)37.17º63.48%69.8%-
XYZ27.9827.178.77-
YUV139.8885.75155.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=47.09%
G=35.71%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781356500.240.630.3037.1746.547.65
HexB287410183F1E252f30
Octal2622071010307736455760
Binary1011001010000111100000101100011111111110100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28741; }

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

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

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

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

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

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

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

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