#B68445

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

Shades of Marigold #B68445

Tints of Marigold #B68445

Color information

#B68445 (or 0xB68445) is unknown color: approx Marigold. HEX triplet: B6, 84 and 45. RGB value is (182,132,69). Sum of RGB (Red+Green+Blue) = 182+132+69=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68445 is #497BBA. Grayscale: #8C8C8C. Windows color (decimal): -4815803 or 4555958. OLE color: 4555958.

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

Color convert

RGB18213269-
CMYK00.270.620.29
HSL33.45º45.02%49.22%-
HSV(B)33.45º62.09%71.37%-
XYZ28.6226.889.31-
YUV139.7788.06158.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=47.52%
G=34.46%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821326900.270.620.2933.4545.0249.22
HexB6844501B3E1D212d31
Octal2662041050337635415561
Binary1011011010000100100010101101111111011101100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68445; }

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

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

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

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

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

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

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

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