#BBB637

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

Shades of Brass #BBB637

Tints of Brass #BBB637

Color information

#BBB637 (or 0xBBB637) is unknown color: approx Brass. HEX triplet: BB, B6 and 37. RGB value is (187,182,55). Sum of RGB (Red+Green+Blue) = 187+182+55=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB637 is #4449C8. Grayscale: #A9A9A9. Windows color (decimal): -4475337 or 3651259. OLE color: 3651259.

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

Color convert

RGB18718255-
CMYK00.030.710.27
HSL57.73º54.55%47.45%-
HSV(B)57.73º70.59%73.33%-
XYZ37.9144.310.17-
YUV169.0263.66140.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 55 (21.88% from 255) = 12.97%
R=44.10%
G=42.92%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871825500.030.710.2757.7354.5547.45
HexBBB63703471B3a372f
Octal273266670310733726757
Binary1011101110110110110111011100011111011111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB637; }

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

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

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

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

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

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

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

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