#B4823E

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

Shades of Marigold #B4823E

Tints of Marigold #B4823E

Color information

#B4823E (or 0xB4823E) is unknown color: approx Marigold. HEX triplet: B4, 82 and 3E. RGB value is (180,130,62). Sum of RGB (Red+Green+Blue) = 180+130+62=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4823E is #4B7DC1. Grayscale: #898989. Windows color (decimal): -4947394 or 4096692. OLE color: 4096692.

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

Color convert

RGB18013062-
CMYK00.280.660.29
HSL34.58º48.76%47.45%-
HSV(B)34.58º65.56%70.59%-
XYZ27.6726.028.12-
YUV137.285.56158.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=48.39%
G=34.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801306200.280.660.2934.5848.7647.45
HexB4823E01C421D23312f
Octal2642027603410235436157
Binary1011010010000010111110011100100001011101100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4823E; }

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

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

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

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

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

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

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

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