#B68442

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

Shades of Marigold #B68442

Tints of Marigold #B68442

Color information

#B68442 (or 0xB68442) is unknown color: approx Marigold. HEX triplet: B6, 84 and 42. RGB value is (182,132,66). Sum of RGB (Red+Green+Blue) = 182+132+66=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B68442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68442 is #497BBD. Grayscale: #8B8B8B. Windows color (decimal): -4815806 or 4359350. OLE color: 4359350.

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

Color convert

RGB18213266-
CMYK00.270.640.29
HSL34.14º46.77%48.63%-
HSV(B)34.14º63.74%71.37%-
XYZ28.5326.848.83-
YUV139.4386.56158.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 66 (26.17% from 255) = 17.37%
R=47.89%
G=34.74%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821326600.270.640.2934.1446.7748.63
HexB6844201B401D222f31
Octal26620410203310035425761
Binary10110110100001001000010011011100000011101100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68442; }

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

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

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

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

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

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

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

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