#B4863F

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

Shades of Marigold #B4863F

Tints of Marigold #B4863F

Color information

#B4863F (or 0xB4863F) is unknown color: approx Marigold. HEX triplet: B4, 86 and 3F. RGB value is (180,134,63). Sum of RGB (Red+Green+Blue) = 180+134+63=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4863F is #4B79C0. Grayscale: #8B8B8B. Windows color (decimal): -4946369 or 4163252. OLE color: 4163252.

HSL color Cylindrical-coordinate representation of color #B4863F: hue angle of 36.41º 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 #B4863F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18013463-
CMYK00.260.650.29
HSL36.41º48.15%47.65%-
HSV(B)36.41º65%70.59%-
XYZ28.2427.118.45-
YUV139.6684.74156.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 63 (25% from 255) = 16.71%
R=47.75%
G=35.54%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801346300.260.650.2936.4148.1547.65
HexB4863F01A411D243030
Octal2642067703210135446060
Binary1011010010000110111111011010100000111101100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4863F; }

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

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

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

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

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

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

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

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