#BBB641

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

Shades of Brass #BBB641

Tints of Brass #BBB641

Color information

#BBB641 (or 0xBBB641) is unknown color: approx Brass. HEX triplet: BB, B6 and 41. RGB value is (187,182,65). Sum of RGB (Red+Green+Blue) = 187+182+65=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB641 is #4449BE. Grayscale: #AAAAAA. Windows color (decimal): -4475327 or 4306619. OLE color: 4306619.

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

Color convert

RGB18718265-
CMYK00.030.650.27
HSL57.54º48.41%49.41%-
HSV(B)57.54º65.24%73.33%-
XYZ38.1844.411.56-
YUV170.1668.66140.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=43.09%
G=41.94%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871826500.030.650.2757.5448.4149.41
HexBBB64103411B3a3031
Octal2732661010310133726061
Binary10111011101101101000001011100000111011111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB641; }

 p { color: rgb(187,182,65); }

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

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

 a { background-color: rgb(187,182,65); }

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

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

 span { border-color: rgb(187,182,65); }

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