#B68642

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

Shades of Marigold #B68642

Tints of Marigold #B68642

Color information

#B68642 (or 0xB68642) is unknown color: approx Marigold. HEX triplet: B6, 86 and 42. RGB value is (182,134,66). Sum of RGB (Red+Green+Blue) = 182+134+66=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B68642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68642 is #4979BD. Grayscale: #8C8C8C. Windows color (decimal): -4815294 or 4359862. OLE color: 4359862.

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

Color convert

RGB18213466-
CMYK00.260.640.29
HSL35.17º46.77%48.63%-
HSV(B)35.17º63.74%71.37%-
XYZ28.827.398.92-
YUV140.685.9157.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=47.64%
G=35.08%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821346600.260.640.2935.1746.7748.63
HexB6864201A401D232f31
Octal26620610203210035435761
Binary10110110100001101000010011010100000011101100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68642; }

 p { color: rgb(182,134,66); }

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

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

 a { background-color: rgb(182,134,66); }

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

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

 span { border-color: rgb(182,134,66); }

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