#BBAA3D

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

Shades of Brass #BBAA3D

Tints of Brass #BBAA3D

Color information

#BBAA3D (or 0xBBAA3D) is unknown color: approx Brass. HEX triplet: BB, AA and 3D. RGB value is (187,170,61). Sum of RGB (Red+Green+Blue) = 187+170+61=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3D is #4455C2. Grayscale: #A3A3A3. Windows color (decimal): -4478403 or 4041403. OLE color: 4041403.

HSL color Cylindrical-coordinate representation of color #BBAA3D: hue angle of 51.9º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBAA3D is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18717061-
CMYK00.090.670.27
HSL51.9º50.81%48.63%-
HSV(B)51.9º67.38%73.33%-
XYZ35.7139.6510.19-
YUV162.6670.63145.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 61 (24.22% from 255) = 14.59%
R=44.74%
G=40.67%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871706100.090.670.2751.950.8148.63
HexBBAA3D09431B343331
Octal2732527501110333646361
Binary101110111010101011110101001100001111011110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA3D; }

 p { color: rgb(187,170,61); }

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

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

 a { background-color: rgb(187,170,61); }

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

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

 span { border-color: rgb(187,170,61); }

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