#B79E38

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

Shades of Brass #B79E38

Tints of Brass #B79E38

Color information

#B79E38 (or 0xB79E38) is unknown color: approx Brass. HEX triplet: B7, 9E and 38. RGB value is (183,158,56). Sum of RGB (Red+Green+Blue) = 183+158+56=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E38 is #4861C7. Grayscale: #9A9A9A. Windows color (decimal): -4743624 or 3710647. OLE color: 3710647.

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

Color convert

RGB18315856-
CMYK00.140.690.28
HSL48.19º53.14%46.86%-
HSV(B)48.19º69.4%71.76%-
XYZ32.4734.818.75-
YUV153.8572.78148.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=46.10%
G=39.80%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831585600.140.690.2848.1953.1446.86
HexB79E380E451C30352f
Octal2672367001610534606557
Binary101101111001111011100001110100010111100110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E38; }

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

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

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

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

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

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

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

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