#B8B03A

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

Shades of Brass #B8B03A

Tints of Brass #B8B03A

Color information

#B8B03A (or 0xB8B03A) is unknown color: approx Brass. HEX triplet: B8, B0 and 3A. RGB value is (184,176,58). Sum of RGB (Red+Green+Blue) = 184+176+58=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B03A is #474FC5. Grayscale: #A5A5A5. Windows color (decimal): -4673478 or 3846328. OLE color: 3846328.

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

Color convert

RGB18417658-
CMYK00.040.680.28
HSL56.19º52.07%47.45%-
HSV(B)56.19º68.48%72.16%-
XYZ36.0641.5510.12-
YUV164.9467.65141.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=44.02%
G=42.11%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841765800.040.680.2856.1952.0747.45
HexB8B03A04441C38342f
Octal270260720410434706457
Binary10111000101100001110100100100010011100111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B03A; }

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

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

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

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

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

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

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

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