#B68B45

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

Shades of Marigold #B68B45

Tints of Marigold #B68B45

Color information

#B68B45 (or 0xB68B45) is unknown color: approx Marigold. HEX triplet: B6, 8B and 45. RGB value is (182,139,69). Sum of RGB (Red+Green+Blue) = 182+139+69=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B45 is #4974BA. Grayscale: #909090. Windows color (decimal): -4814011 or 4557750. OLE color: 4557750.

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

Color convert

RGB18213969-
CMYK00.240.620.29
HSL37.17º45.02%49.22%-
HSV(B)37.17º62.09%71.37%-
XYZ29.628.849.64-
YUV143.8885.75155.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=46.67%
G=35.64%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821396900.240.620.2937.1745.0249.22
HexB68B450183E1D252d31
Octal2662131050307635455561
Binary1011011010001011100010101100011111011101100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B45; }

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

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

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

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

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

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

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

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