#BBB444

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

Shades of Brass #BBB444

Tints of Brass #BBB444

Color information

#BBB444 (or 0xBBB444) is unknown color: approx Brass. HEX triplet: BB, B4 and 44. RGB value is (187,180,68). Sum of RGB (Red+Green+Blue) = 187+180+68=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB444 is #444BBB. Grayscale: #A9A9A9. Windows color (decimal): -4475836 or 4502715. OLE color: 4502715.

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

Color convert

RGB18718068-
CMYK00.040.640.27
HSL56.47º46.67%50%-
HSV(B)56.47º63.64%73.33%-
XYZ37.8643.6211.89-
YUV169.3270.82140.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=42.99%
G=41.38%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871806800.040.640.2756.4746.6750
HexBBB44404401B382f32
Octal2732641040410033705762
Binary101110111011010010001000100100000011011111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB444; }

 p { color: rgb(187,180,68); }

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

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

 a { background-color: rgb(187,180,68); }

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

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

 span { border-color: rgb(187,180,68); }

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