#B68339

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

Shades of Marigold #B68339

Tints of Marigold #B68339

Color information

#B68339 (or 0xB68339) is unknown color: approx Marigold. HEX triplet: B6, 83 and 39. RGB value is (182,131,57). Sum of RGB (Red+Green+Blue) = 182+131+57=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68339 is #497CC6. Grayscale: #8A8A8A. Windows color (decimal): -4816071 or 3769270. OLE color: 3769270.

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

Color convert

RGB18213157-
CMYK00.280.690.29
HSL35.52º52.3%46.86%-
HSV(B)35.52º68.68%71.37%-
XYZ28.1526.477.5-
YUV137.8182.4159.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=49.19%
G=35.41%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821315700.280.690.2935.5252.346.86
HexB6833901C451D24342f
Octal2662037103410535446457
Binary1011011010000011111001011100100010111101100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68339; }

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

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

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

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

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

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

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

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