#BBB244

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

Shades of Brass #BBB244

Tints of Brass #BBB244

Color information

#BBB244 (or 0xBBB244) is unknown color: approx Brass. HEX triplet: BB, B2 and 44. RGB value is (187,178,68). Sum of RGB (Red+Green+Blue) = 187+178+68=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB244 is #444DBB. Grayscale: #A8A8A8. Windows color (decimal): -4476348 or 4502203. OLE color: 4502203.

HSL color Cylindrical-coordinate representation of color #BBB244: hue angle of 55.46º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBB244 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18717868-
CMYK00.050.640.27
HSL55.46º46.67%50%-
HSV(B)55.46º63.64%73.33%-
XYZ37.4642.8211.76-
YUV168.1571.48141.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=43.19%
G=41.11%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871786800.050.640.2755.4646.6750
HexBBB24405401B372f32
Octal2732621040510033675762
Binary101110111011001010001000101100000011011110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB244; }

 p { color: rgb(187,178,68); }

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

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

 a { background-color: rgb(187,178,68); }

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

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

 span { border-color: rgb(187,178,68); }

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