#BBAC3C

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

Shades of Brass #BBAC3C

Tints of Brass #BBAC3C

Color information

#BBAC3C (or 0xBBAC3C) is unknown color: approx Brass. HEX triplet: BB, AC and 3C. RGB value is (187,172,60). Sum of RGB (Red+Green+Blue) = 187+172+60=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3C is #4453C3. Grayscale: #A4A4A4. Windows color (decimal): -4477892 or 3976379. OLE color: 3976379.

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

Color convert

RGB18717260-
CMYK00.080.680.27
HSL52.91º51.42%48.43%-
HSV(B)52.91º67.91%73.33%-
XYZ36.0640.410.17-
YUV163.7269.47144.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=44.63%
G=41.05%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871726000.080.680.2752.9151.4248.43
HexBBAC3C08441B353330
Octal2732547401010433656360
Binary101110111010110011110001000100010011011110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC3C; }

 p { color: rgb(187,172,60); }

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

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

 a { background-color: rgb(187,172,60); }

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

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

 span { border-color: rgb(187,172,60); }

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