#BBA136

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

Shades of Brass #BBA136

Tints of Brass #BBA136

Color information

#BBA136 (or 0xBBA136) is unknown color: approx Brass. HEX triplet: BB, A1 and 36. RGB value is (187,161,54). Sum of RGB (Red+Green+Blue) = 187+161+54=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA136 is #445EC9. Grayscale: #9D9D9D. Windows color (decimal): -4480714 or 3580347. OLE color: 3580347.

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

Color convert

RGB18716154-
CMYK00.140.710.27
HSL48.27º55.19%47.25%-
HSV(B)48.27º71.12%73.33%-
XYZ33.936.328.71-
YUV156.5870.11149.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 161 (63.28% from 255) = 40.05%
BLUE value IS 54 (21.48% from 255) = 13.43%
R=46.52%
G=40.05%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871615400.140.710.2748.2755.1947.25
HexBBA1360E471B30372f
Octal2732416601610733606757
Binary101110111010000111011001110100011111011110000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA136; }

 p { color: rgb(187,161,54); }

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

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

 a { background-color: rgb(187,161,54); }

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

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

 span { border-color: rgb(187,161,54); }

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