#bbb240

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

Shades of Brass #BBB240

Tints of Brass #BBB240

Color information

#BBB240 (or 0xBBB240) is unknown color: approx Brass. HEX triplet: BB, B2 and 40. RGB value is (187,178,64). Sum of RGB (Red+Green+Blue) = 187+178+64=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB240 is #444DBF. Grayscale: #A8A8A8. Windows color (decimal): -4476352 or 4240059. OLE color: 4240059.

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

Color convert

RGB18717864-
CMYK00.050.660.27
HSL55.61º49%49.22%-
HSV(B)55.61º65.78%73.33%-
XYZ37.3442.7811.14-
YUV167.769.48141.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 64 (25.39% from 255) = 14.92%
R=43.59%
G=41.49%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871786400.050.660.2755.614949.22
HexBBB24005421B383131
Octal2732621000510233706161
Binary101110111011001010000000101100001011011111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb240; }

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

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

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

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

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

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

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

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