#B68238

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

Shades of Marigold #B68238

Tints of Marigold #B68238

Color information

#B68238 (or 0xB68238) is unknown color: approx Marigold. HEX triplet: B6, 82 and 38. RGB value is (182,130,56). Sum of RGB (Red+Green+Blue) = 182+130+56=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68238 is #497DC7. Grayscale: #898989. Windows color (decimal): -4816328 or 3703478. OLE color: 3703478.

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

Color convert

RGB18213056-
CMYK00.290.690.29
HSL35.24º52.94%46.67%-
HSV(B)35.24º69.23%71.37%-
XYZ27.9926.27.32-
YUV137.1182.23160.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 56 (22.27% from 255) = 15.22%
R=49.46%
G=35.33%
B=15.22%

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
Decimal1821305600.290.690.2935.2452.9446.67
HexB6823801D451D23352f
Octal2662027003510535436557
Binary1011011010000010111000011101100010111101100011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68238; }

 p { color: rgb(182,130,56); }

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

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

 a { background-color: rgb(182,130,56); }

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

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

 span { border-color: rgb(182,130,56); }

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