#B89F3B

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

Shades of Brass #B89F3B

Tints of Brass #B89F3B

Color information

#B89F3B (or 0xB89F3B) is unknown color: approx Brass. HEX triplet: B8, 9F and 3B. RGB value is (184,159,59). Sum of RGB (Red+Green+Blue) = 184+159+59=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F3B is #4760C4. Grayscale: #9B9B9B. Windows color (decimal): -4677829 or 3907512. OLE color: 3907512.

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

Color convert

RGB18415959-
CMYK00.140.680.28
HSL48º51.44%47.65%-
HSV(B)48º67.93%72.16%-
XYZ32.9535.39.21-
YUV155.0773.78148.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=45.77%
G=39.55%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841595900.140.680.284851.4447.65
HexB89F3B0E441C303330
Octal2702377301610434606360
Binary101110001001111111101101110100010011100110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F3B; }

 p { color: rgb(184,159,59); }

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

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

 a { background-color: rgb(184,159,59); }

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

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

 span { border-color: rgb(184,159,59); }

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