#BBAD3C

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

Shades of Brass #BBAD3C

Tints of Brass #BBAD3C

Color information

#BBAD3C (or 0xBBAD3C) is unknown color: approx Brass. HEX triplet: BB, AD and 3C. RGB value is (187,173,60). Sum of RGB (Red+Green+Blue) = 187+173+60=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3C is #4452C3. Grayscale: #A4A4A4. Windows color (decimal): -4477636 or 3976635. OLE color: 3976635.

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

Color convert

RGB18717360-
CMYK00.070.680.27
HSL53.39º51.42%48.43%-
HSV(B)53.39º67.91%73.33%-
XYZ36.2540.7810.24-
YUV164.369.14144.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=44.52%
G=41.19%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871736000.070.680.2753.3951.4248.43
HexBBAD3C07441B353330
Octal273255740710433656360
Binary10111011101011011111000111100010011011110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD3C; }

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

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

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

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

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

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

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

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