#B6833F

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

Shades of Marigold #B6833F

Tints of Marigold #B6833F

Color information

#B6833F (or 0xB6833F) is unknown color: approx Marigold. HEX triplet: B6, 83 and 3F. RGB value is (182,131,63). Sum of RGB (Red+Green+Blue) = 182+131+63=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6833F is #497CC0. Grayscale: #8A8A8A. Windows color (decimal): -4816065 or 4162486. OLE color: 4162486.

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

Color convert

RGB18213163-
CMYK00.280.650.29
HSL34.29º48.57%48.04%-
HSV(B)34.29º65.38%71.37%-
XYZ28.326.548.33-
YUV138.585.4159.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 63 (25% from 255) = 16.76%
R=48.40%
G=34.84%
B=16.76%

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
Decimal1821316300.280.650.2934.2948.5748.04
HexB6833F01C411D223130
Octal2662037703410135426160
Binary1011011010000011111111011100100000111101100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6833F; }

 p { color: rgb(182,131,63); }

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

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

 a { background-color: rgb(182,131,63); }

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

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

 span { border-color: rgb(182,131,63); }

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