#BBB145

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

Shades of Brass #BBB145

Tints of Brass #BBB145

Color information

#BBB145 (or 0xBBB145) is unknown color: approx Brass. HEX triplet: BB, B1 and 45. RGB value is (187,177,69). Sum of RGB (Red+Green+Blue) = 187+177+69=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB145 is #444EBA. Grayscale: #A8A8A8. Windows color (decimal): -4476603 or 4567483. OLE color: 4567483.

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

Color convert

RGB18717769-
CMYK00.050.630.27
HSL54.92º46.46%50.2%-
HSV(B)54.92º63.1%73.33%-
XYZ37.2942.4411.86-
YUV167.6872.31141.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=43.19%
G=40.88%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871776900.050.630.2754.9246.4650.2
HexBBB145053F1B372e32
Octal273261105057733675662
Binary10111011101100011000101010111111111011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB145; }

 p { color: rgb(187,177,69); }

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

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

 a { background-color: rgb(187,177,69); }

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

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

 span { border-color: rgb(187,177,69); }

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