#BBB53B

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

Shades of Brass #BBB53B

Tints of Brass #BBB53B

Color information

#BBB53B (or 0xBBB53B) is unknown color: approx Brass. HEX triplet: BB, B5 and 3B. RGB value is (187,181,59). Sum of RGB (Red+Green+Blue) = 187+181+59=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53B is #444AC4. Grayscale: #A9A9A9. Windows color (decimal): -4475589 or 3913147. OLE color: 3913147.

HSL color Cylindrical-coordinate representation of color #BBB53B: hue angle of 57.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBB53B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18718159-
CMYK00.030.680.27
HSL57.19º52.03%48.24%-
HSV(B)57.19º68.45%73.33%-
XYZ37.8143.9310.62-
YUV168.8965.99140.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=43.79%
G=42.39%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871815900.030.680.2757.1952.0348.24
HexBBB53B03441B393430
Octal273265730310433716460
Binary1011101110110101111011011100010011011111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB53B; }

 p { color: rgb(187,181,59); }

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

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

 a { background-color: rgb(187,181,59); }

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

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

 span { border-color: rgb(187,181,59); }

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