#BBA236

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

Shades of Brass #BBA236

Tints of Brass #BBA236

Color information

#BBA236 (or 0xBBA236) is unknown color: approx Brass. HEX triplet: BB, A2 and 36. RGB value is (187,162,54). Sum of RGB (Red+Green+Blue) = 187+162+54=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA236 is #445DC9. Grayscale: #9D9D9D. Windows color (decimal): -4480458 or 3580603. OLE color: 3580603.

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

Color convert

RGB18716254-
CMYK00.130.710.27
HSL48.72º55.19%47.25%-
HSV(B)48.72º71.12%73.33%-
XYZ34.0836.678.77-
YUV157.1669.78149.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 54 (21.48% from 255) = 13.40%
R=46.40%
G=40.20%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871625400.130.710.2748.7255.1947.25
HexBBA2360D471B31372f
Octal2732426601510733616757
Binary101110111010001011011001101100011111011110001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA236; }

 p { color: rgb(187,162,54); }

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

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

 a { background-color: rgb(187,162,54); }

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

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

 span { border-color: rgb(187,162,54); }

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