#B8A53A

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

Shades of Brass #B8A53A

Tints of Brass #B8A53A

Color information

#B8A53A (or 0xB8A53A) is unknown color: approx Brass. HEX triplet: B8, A5 and 3A. RGB value is (184,165,58). Sum of RGB (Red+Green+Blue) = 184+165+58=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A53A is #475AC5. Grayscale: #9E9E9E. Windows color (decimal): -4676294 or 3843512. OLE color: 3843512.

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

Color convert

RGB18416558-
CMYK00.100.680.28
HSL50.95º52.07%47.45%-
HSV(B)50.95º68.48%72.16%-
XYZ33.9937.419.43-
YUV158.4871.29146.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=45.21%
G=40.54%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841655800.100.680.2850.9552.0747.45
HexB8A53A0A441C33342f
Octal2702457201210434636457
Binary101110001010010111101001010100010011100110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A53A; }

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

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

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

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

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

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

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

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