#BBA734

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

Shades of Brass #BBA734

Tints of Brass #BBA734

Color information

#BBA734 (or 0xBBA734) is unknown color: approx Brass. HEX triplet: BB, A7 and 34. RGB value is (187,167,52). Sum of RGB (Red+Green+Blue) = 187+167+52=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA734 is #4458CB. Grayscale: #A0A0A0. Windows color (decimal): -4479180 or 3450811. OLE color: 3450811.

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

Color convert

RGB18716752-
CMYK00.110.720.27
HSL51.11º56.49%46.86%-
HSV(B)51.11º72.19%73.33%-
XYZ34.9338.458.83-
YUV159.8767.13147.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=46.06%
G=41.13%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871675200.110.720.2751.1156.4946.86
HexBBA7340B481B33382f
Octal2732476401311033637057
Binary101110111010011111010001011100100011011110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA734; }

 p { color: rgb(187,167,52); }

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

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

 a { background-color: rgb(187,167,52); }

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

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

 span { border-color: rgb(187,167,52); }

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