#B6823A

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

Shades of Marigold #B6823A

Tints of Marigold #B6823A

Color information

#B6823A (or 0xB6823A) is unknown color: approx Marigold. HEX triplet: B6, 82 and 3A. RGB value is (182,130,58). Sum of RGB (Red+Green+Blue) = 182+130+58=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6823A is #497DC5. Grayscale: #898989. Windows color (decimal): -4816326 or 3834550. OLE color: 3834550.

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

Color convert

RGB18213058-
CMYK00.290.680.29
HSL34.84º51.67%47.06%-
HSV(B)34.84º68.13%71.37%-
XYZ28.0426.227.59-
YUV137.3483.23159.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=49.19%
G=35.14%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821305800.290.680.2934.8451.6747.06
HexB6823A01D441D23342f
Octal2662027203510435436457
Binary1011011010000010111010011101100010011101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6823A; }

 p { color: rgb(182,130,58); }

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

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

 a { background-color: rgb(182,130,58); }

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

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

 span { border-color: rgb(182,130,58); }

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