#BBA533

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

Shades of Brass #BBA533

Tints of Brass #BBA533

Color information

#BBA533 (or 0xBBA533) is unknown color: approx Brass. HEX triplet: BB, A5 and 33. RGB value is (187,165,51). Sum of RGB (Red+Green+Blue) = 187+165+51=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA533 is #445ACC. Grayscale: #9F9F9F. Windows color (decimal): -4479693 or 3384763. OLE color: 3384763.

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

Color convert

RGB18716551-
CMYK00.120.730.27
HSL50.29º57.14%46.67%-
HSV(B)50.29º72.73%73.33%-
XYZ34.5537.718.59-
YUV158.5867.29148.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=46.40%
G=40.94%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871655100.120.730.2750.2957.1446.67
HexBBA5330C491B32392f
Octal2732456301411133627157
Binary101110111010010111001101100100100111011110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA533; }

 p { color: rgb(187,165,51); }

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

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

 a { background-color: rgb(187,165,51); }

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

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

 span { border-color: rgb(187,165,51); }

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