#b8a533

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

Shades of Brass #B8A533

Tints of Brass #B8A533

Color information

#B8A533 (or 0xB8A533) is unknown color: approx Brass. HEX triplet: B8, A5 and 33. RGB value is (184,165,51). Sum of RGB (Red+Green+Blue) = 184+165+51=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A533 is #475ACC. Grayscale: #9E9E9E. Windows color (decimal): -4676301 or 3384760. OLE color: 3384760.

HSL color Cylindrical-coordinate representation of color #B8A533: hue angle of 51.43º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8A533 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18416551-
CMYK00.100.720.28
HSL51.43º56.6%46.08%-
HSV(B)51.43º72.28%72.16%-
XYZ33.8237.348.56-
YUV157.6867.79146.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=46%
G=41.25%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841655100.100.720.2851.4356.646.08
HexB8A5330A481C33392e
Octal2702456301211034637156
Binary101110001010010111001101010100100011100110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a533; }

 p { color: rgb(184,165,51); }

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

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

 a { background-color: rgb(184,165,51); }

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

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

 span { border-color: rgb(184,165,51); }

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