#BBB046

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

Shades of Brass #BBB046

Tints of Brass #BBB046

Color information

#BBB046 (or 0xBBB046) is unknown color: approx Brass. HEX triplet: BB, B0 and 46. RGB value is (187,176,70). Sum of RGB (Red+Green+Blue) = 187+176+70=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB046 is #444FB9. Grayscale: #A7A7A7. Windows color (decimal): -4476858 or 4632763. OLE color: 4632763.

HSL color Cylindrical-coordinate representation of color #BBB046: hue angle of 54.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB046 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18717670-
CMYK00.060.630.27
HSL54.36º46.25%50.39%-
HSV(B)54.36º62.57%73.33%-
XYZ37.1242.0611.96-
YUV167.273.14142.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=43.19%
G=40.65%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871767000.060.630.2754.3646.2550.39
HexBBB046063F1B362e32
Octal273260106067733665662
Binary10111011101100001000110011011111111011110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB046; }

 p { color: rgb(187,176,70); }

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

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

 a { background-color: rgb(187,176,70); }

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

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

 span { border-color: rgb(187,176,70); }

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