#BBB836

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

Shades of Brass #BBB836

Tints of Brass #BBB836

Color information

#BBB836 (or 0xBBB836) is unknown color: approx Brass. HEX triplet: BB, B8 and 36. RGB value is (187,184,54). Sum of RGB (Red+Green+Blue) = 187+184+54=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB836 is #4447C9. Grayscale: #AAAAAA. Windows color (decimal): -4474826 or 3586235. OLE color: 3586235.

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

Color convert

RGB18718454-
CMYK00.020.710.27
HSL58.65º55.19%47.25%-
HSV(B)58.65º71.12%73.33%-
XYZ38.345.1110.18-
YUV170.0862.49140.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=44%
G=43.29%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871845400.020.710.2758.6555.1947.25
HexBBB83602471B3b372f
Octal273270660210733736757
Binary1011101110111000110110010100011111011111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB836; }

 p { color: rgb(187,184,54); }

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

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

 a { background-color: rgb(187,184,54); }

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

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

 span { border-color: rgb(187,184,54); }

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