#BBB135

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

Shades of Brass #BBB135

Tints of Brass #BBB135

Color information

#BBB135 (or 0xBBB135) is unknown color: approx Brass. HEX triplet: BB, B1 and 35. RGB value is (187,177,53). Sum of RGB (Red+Green+Blue) = 187+177+53=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB135 is #444ECA. Grayscale: #A6A6A6. Windows color (decimal): -4476619 or 3518907. OLE color: 3518907.

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

Color convert

RGB18717753-
CMYK00.050.720.27
HSL55.52º55.83%47.06%-
HSV(B)55.52º71.66%73.33%-
XYZ36.8642.279.58-
YUV165.8564.31143.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=44.84%
G=42.45%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871775300.050.720.2755.5255.8347.06
HexBBB13505481B38382f
Octal273261650511033707057
Binary10111011101100011101010101100100011011111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB135; }

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

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

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

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

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

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

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

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