#B8A44B

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

Shades of Brass #B8A44B

Tints of Brass #B8A44B

Color information

#B8A44B (or 0xB8A44B) is unknown color: approx Brass. HEX triplet: B8, A4 and 4B. RGB value is (184,164,75). Sum of RGB (Red+Green+Blue) = 184+164+75=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A44B is #475BB4. Grayscale: #A0A0A0. Windows color (decimal): -4676533 or 4957368. OLE color: 4957368.

HSL color Cylindrical-coordinate representation of color #B8A44B: hue angle of 48.99º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8A44B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18416475-
CMYK00.110.590.28
HSL48.99º43.43%50.78%-
HSV(B)48.99º59.24%72.16%-
XYZ34.3137.2512.04-
YUV159.8380.13145.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=43.50%
G=38.77%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841647500.110.590.2848.9943.4350.78
HexB8A44B0B3B1C312b33
Octal2702441130137334615363
Binary101110001010010010010110101111101111100110001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A44B; }

 p { color: rgb(184,164,75); }

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

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

 a { background-color: rgb(184,164,75); }

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

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

 span { border-color: rgb(184,164,75); }

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