#B78A38

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

Shades of Marigold #B78A38

Tints of Marigold #B78A38

Color information

#B78A38 (or 0xB78A38) is unknown color: approx Marigold. HEX triplet: B7, 8A and 38. RGB value is (183,138,56). Sum of RGB (Red+Green+Blue) = 183+138+56=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A38 is #4875C7. Grayscale: #8E8E8E. Windows color (decimal): -4748744 or 3705527. OLE color: 3705527.

HSL color Cylindrical-coordinate representation of color #B78A38: hue angle of 38.74º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B78A38 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18313856-
CMYK00.250.690.28
HSL38.74º53.14%46.86%-
HSV(B)38.74º69.4%71.76%-
XYZ29.3328.537.7-
YUV142.1179.41157.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=48.54%
G=36.60%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831385600.250.690.2838.7453.1446.86
HexB78A38019451C27352f
Octal2672127003110534476557
Binary1011011110001010111000011001100010111100100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A38; }

 p { color: rgb(183,138,56); }

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

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

 a { background-color: rgb(183,138,56); }

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

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

 span { border-color: rgb(183,138,56); }

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