#BBA135

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

Shades of Brass #BBA135

Tints of Brass #BBA135

Color information

#BBA135 (or 0xBBA135) is unknown color: approx Brass. HEX triplet: BB, A1 and 35. RGB value is (187,161,53). Sum of RGB (Red+Green+Blue) = 187+161+53=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA135 is #445ECA. Grayscale: #9C9C9C. Windows color (decimal): -4480715 or 3514811. OLE color: 3514811.

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

Color convert

RGB18716153-
CMYK00.140.720.27
HSL48.36º55.83%47.06%-
HSV(B)48.36º71.66%73.33%-
XYZ33.8836.318.59-
YUV156.4669.61149.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 53 (21.09% from 255) = 13.22%
R=46.63%
G=40.15%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871615300.140.720.2748.3655.8347.06
HexBBA1350E481B30382f
Octal2732416501611033607057
Binary101110111010000111010101110100100011011110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA135; }

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

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

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

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

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

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

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

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