#B09D40

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

Shades of Brass #B09D40

Tints of Brass #B09D40

Color information

#B09D40 (or 0xB09D40) is unknown color: approx Brass. HEX triplet: B0, 9D and 40. RGB value is (176,157,64). Sum of RGB (Red+Green+Blue) = 176+157+64=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D40 is #4F62BF. Grayscale: #989898. Windows color (decimal): -5202624 or 4234672. OLE color: 4234672.

HSL color Cylindrical-coordinate representation of color #B09D40: hue angle of 49.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B09D40 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17615764-
CMYK00.110.640.31
HSL49.82º46.67%47.06%-
HSV(B)49.82º63.64%69.02%-
XYZ30.8933.719.73-
YUV152.0878.29145.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=44.33%
G=39.55%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761576400.110.640.3149.8246.6747.06
HexB09D400B401F322f2f
Octal26023510001310037625757
Binary1011000010011101100000001011100000011111110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D40; }

 p { color: rgb(176,157,64); }

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

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

 a { background-color: rgb(176,157,64); }

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

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

 span { border-color: rgb(176,157,64); }

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