#B68938

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

Shades of Marigold #B68938

Tints of Marigold #B68938

Color information

#B68938 (or 0xB68938) is unknown color: approx Marigold. HEX triplet: B6, 89 and 38. RGB value is (182,137,56). Sum of RGB (Red+Green+Blue) = 182+137+56=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B68938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68938 is #4976C7. Grayscale: #8D8D8D. Windows color (decimal): -4814536 or 3705270. OLE color: 3705270.

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

Color convert

RGB18213756-
CMYK00.250.690.29
HSL38.57º52.94%46.67%-
HSV(B)38.57º69.23%71.37%-
XYZ28.9528.127.64-
YUV141.2279.91157.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=48.53%
G=36.53%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821375600.250.690.2938.5752.9446.67
HexB68938019451D27352f
Octal2662117003110535476557
Binary1011011010001001111000011001100010111101100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68938; }

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

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

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

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

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

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

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

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