#B4813F

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

Shades of Marigold #B4813F

Tints of Marigold #B4813F

Color information

#B4813F (or 0xB4813F) is unknown color: approx Marigold. HEX triplet: B4, 81 and 3F. RGB value is (180,129,63). Sum of RGB (Red+Green+Blue) = 180+129+63=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4813F is #4B7EC0. Grayscale: #898989. Windows color (decimal): -4947649 or 4161972. OLE color: 4161972.

HSL color Cylindrical-coordinate representation of color #B4813F: hue angle of 33.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4813F is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18012963-
CMYK00.280.650.29
HSL33.85º48.15%47.65%-
HSV(B)33.85º65%70.59%-
XYZ27.5725.768.22-
YUV136.7286.4158.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 63 (25% from 255) = 16.94%
R=48.39%
G=34.68%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801296300.280.650.2933.8548.1547.65
HexB4813F01C411D223030
Octal2642017703410135426060
Binary1011010010000001111111011100100000111101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4813F; }

 p { color: rgb(180,129,63); }

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

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

 a { background-color: rgb(180,129,63); }

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

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

 span { border-color: rgb(180,129,63); }

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