#B8AB3F

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

Shades of Brass #B8AB3F

Tints of Brass #B8AB3F

Color information

#B8AB3F (or 0xB8AB3F) is unknown color: approx Brass. HEX triplet: B8, AB and 3F. RGB value is (184,171,63). Sum of RGB (Red+Green+Blue) = 184+171+63=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB3F is #4754C0. Grayscale: #A3A3A3. Windows color (decimal): -4674753 or 4172728. OLE color: 4172728.

HSL color Cylindrical-coordinate representation of color #B8AB3F: hue angle of 53.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AB3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18417163-
CMYK00.070.660.28
HSL53.55º48.99%48.43%-
HSV(B)53.55º65.76%72.16%-
XYZ35.2339.6810.5-
YUV162.5771.81143.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 63 (25% from 255) = 15.07%
R=44.02%
G=40.91%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841716300.070.660.2853.5548.9948.43
HexB8AB3F07421C363130
Octal270253770710234666160
Binary10111000101010111111110111100001011100110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB3F; }

 p { color: rgb(184,171,63); }

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

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

 a { background-color: rgb(184,171,63); }

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

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

 span { border-color: rgb(184,171,63); }

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