#BBB446

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

Shades of Brass #BBB446

Tints of Brass #BBB446

Color information

#BBB446 (or 0xBBB446) is unknown color: approx Brass. HEX triplet: BB, B4 and 46. RGB value is (187,180,70). Sum of RGB (Red+Green+Blue) = 187+180+70=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB446 is #444BB9. Grayscale: #A9A9A9. Windows color (decimal): -4475834 or 4633787. OLE color: 4633787.

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

Color convert

RGB18718070-
CMYK00.040.630.27
HSL56.41º46.25%50.39%-
HSV(B)56.41º62.57%73.33%-
XYZ37.9243.6512.22-
YUV169.5571.82140.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=42.79%
G=41.19%
B=16.02%

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
Decimal1871807000.040.630.2756.4146.2550.39
HexBBB446043F1B382e32
Octal273264106047733705662
Binary10111011101101001000110010011111111011111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB446; }

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

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

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

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

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

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

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

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