#B0A93D

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

Shades of Brass #B0A93D

Tints of Brass #B0A93D

Color information

#B0A93D (or 0xB0A93D) is unknown color: approx Brass. HEX triplet: B0, A9 and 3D. RGB value is (176,169,61). Sum of RGB (Red+Green+Blue) = 176+169+61=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A93D is #4F56C2. Grayscale: #9F9F9F. Windows color (decimal): -5199555 or 4041136. OLE color: 4041136.

HSL color Cylindrical-coordinate representation of color #B0A93D: hue angle of 56.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0A93D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17616961-
CMYK00.040.650.31
HSL56.35º48.52%46.47%-
HSV(B)56.35º65.34%69.02%-
XYZ32.9337.9410-
YUV158.7872.82140.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=43.35%
G=41.63%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761696100.040.650.3156.3548.5246.47
HexB0A93D04411F38312e
Octal260251750410137706156
Binary10110000101010011111010100100000111111111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A93D; }

 p { color: rgb(176,169,61); }

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

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

 a { background-color: rgb(176,169,61); }

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

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

 span { border-color: rgb(176,169,61); }

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