#B28740

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

Shades of Marigold #B28740

Tints of Marigold #B28740

Color information

#B28740 (or 0xB28740) is unknown color: approx Marigold. HEX triplet: B2, 87 and 40. RGB value is (178,135,64). Sum of RGB (Red+Green+Blue) = 178+135+64=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28740 is #4D78BF. Grayscale: #8C8C8C. Windows color (decimal): -5077184 or 4229042. OLE color: 4229042.

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

Color convert

RGB17813564-
CMYK00.240.640.30
HSL37.37º47.11%47.45%-
HSV(B)37.37º64.04%69.8%-
XYZ27.9527.168.62-
YUV139.7685.25155.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=47.21%
G=35.81%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781356400.240.640.3037.3747.1147.45
HexB28740018401E252f2f
Octal26220710003010036455757
Binary10110010100001111000000011000100000011110100101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28740; }

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

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

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

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

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

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

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

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