#BBB346

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

Shades of Brass #BBB346

Tints of Brass #BBB346

Color information

#BBB346 (or 0xBBB346) is unknown color: approx Brass. HEX triplet: BB, B3 and 46. RGB value is (187,179,70). Sum of RGB (Red+Green+Blue) = 187+179+70=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB346 is #444CB9. Grayscale: #A9A9A9. Windows color (decimal): -4476090 or 4633531. OLE color: 4633531.

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

Color convert

RGB18717970-
CMYK00.040.630.27
HSL55.9º46.25%50.39%-
HSV(B)55.9º62.57%73.33%-
XYZ37.7243.2512.15-
YUV168.9772.15140.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 70 (27.73% from 255) = 16.06%
R=42.89%
G=41.06%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871797000.040.630.2755.946.2550.39
HexBBB346043F1B382e32
Octal273263106047733705662
Binary10111011101100111000110010011111111011111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB346; }

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

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

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

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

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

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

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

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