#BBB13C

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

Shades of Brass #BBB13C

Tints of Brass #BBB13C

Color information

#BBB13C (or 0xBBB13C) is unknown color: approx Brass. HEX triplet: BB, B1 and 3C. RGB value is (187,177,60). Sum of RGB (Red+Green+Blue) = 187+177+60=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB13C is #444EC3. Grayscale: #A7A7A7. Windows color (decimal): -4476612 or 3977659. OLE color: 3977659.

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

Color convert

RGB18717760-
CMYK00.050.680.27
HSL55.28º51.42%48.43%-
HSV(B)55.28º67.91%73.33%-
XYZ37.0342.3410.49-
YUV166.6567.81142.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 60 (23.83% from 255) = 14.15%
R=44.10%
G=41.75%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871776000.050.680.2755.2851.4248.43
HexBBB13C05441B373330
Octal273261740510433676360
Binary10111011101100011111000101100010011011110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB13C; }

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

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

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

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

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

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

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

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