#B68139

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

Shades of Marigold #B68139

Tints of Marigold #B68139

Color information

#B68139 (or 0xB68139) is unknown color: approx Marigold. HEX triplet: B6, 81 and 39. RGB value is (182,129,57). Sum of RGB (Red+Green+Blue) = 182+129+57=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68139 is #497EC6. Grayscale: #888888. Windows color (decimal): -4816583 or 3768758. OLE color: 3768758.

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

Color convert

RGB18212957-
CMYK00.290.690.29
HSL34.56º52.3%46.86%-
HSV(B)34.56º68.68%71.37%-
XYZ27.8825.947.41-
YUV136.6483.06160.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 57 (22.66% from 255) = 15.49%
R=49.46%
G=35.05%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821295700.290.690.2934.5652.346.86
HexB6813901D451D23342f
Octal2662017103510535436457
Binary1011011010000001111001011101100010111101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68139; }

 p { color: rgb(182,129,57); }

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

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

 a { background-color: rgb(182,129,57); }

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

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

 span { border-color: rgb(182,129,57); }

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