#BBAD3A

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

Shades of Brass #BBAD3A

Tints of Brass #BBAD3A

Color information

#BBAD3A (or 0xBBAD3A) is unknown color: approx Brass. HEX triplet: BB, AD and 3A. RGB value is (187,173,58). Sum of RGB (Red+Green+Blue) = 187+173+58=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3A is #4452C5. Grayscale: #A4A4A4. Windows color (decimal): -4477638 or 3845563. OLE color: 3845563.

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

Color convert

RGB18717358-
CMYK00.070.690.27
HSL53.49º52.65%48.04%-
HSV(B)53.49º68.98%73.33%-
XYZ36.240.769.96-
YUV164.0868.14144.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=44.74%
G=41.39%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871735800.070.690.2753.4952.6548.04
HexBBAD3A07451B353530
Octal273255720710533656560
Binary10111011101011011110100111100010111011110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD3A; }

 p { color: rgb(187,173,58); }

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

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

 a { background-color: rgb(187,173,58); }

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

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

 span { border-color: rgb(187,173,58); }

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