#B4873E

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

Shades of Marigold #B4873E

Tints of Marigold #B4873E

Color information

#B4873E (or 0xB4873E) is unknown color: approx Marigold. HEX triplet: B4, 87 and 3E. RGB value is (180,135,62). Sum of RGB (Red+Green+Blue) = 180+135+62=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4873E is #4B78C1. Grayscale: #8C8C8C. Windows color (decimal): -4946114 or 4097972. OLE color: 4097972.

HSL color Cylindrical-coordinate representation of color #B4873E: hue angle of 37.12º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4873E is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18013562-
CMYK00.250.660.29
HSL37.12º48.76%47.45%-
HSV(B)37.12º65.56%70.59%-
XYZ28.3627.388.35-
YUV140.1383.91156.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=47.75%
G=35.81%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801356200.250.660.2937.1248.7647.45
HexB4873E019421D25312f
Octal2642077603110235456157
Binary1011010010000111111110011001100001011101100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4873E; }

 p { color: rgb(180,135,62); }

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

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

 a { background-color: rgb(180,135,62); }

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

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

 span { border-color: rgb(180,135,62); }

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