#B28140

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

Shades of Marigold #B28140

Tints of Marigold #B28140

Color information

#B28140 (or 0xB28140) is unknown color: approx Marigold. HEX triplet: B2, 81 and 40. RGB value is (178,129,64). Sum of RGB (Red+Green+Blue) = 178+129+64=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B28140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28140 is #4D7EBF. Grayscale: #888888. Windows color (decimal): -5078720 or 4227506. OLE color: 4227506.

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

Color convert

RGB17812964-
CMYK00.280.640.30
HSL34.21º47.11%47.45%-
HSV(B)34.21º64.04%69.8%-
XYZ27.1425.548.35-
YUV136.2487.23157.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=47.98%
G=34.77%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781296400.280.640.3034.2147.1147.45
HexB2814001C401E222f2f
Octal26220110003410036425757
Binary10110010100000011000000011100100000011110100010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28140; }

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

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

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

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

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

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

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

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