#BBB236

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

Shades of Brass #BBB236

Tints of Brass #BBB236

Color information

#BBB236 (or 0xBBB236) is unknown color: approx Brass. HEX triplet: BB, B2 and 36. RGB value is (187,178,54). Sum of RGB (Red+Green+Blue) = 187+178+54=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB236 is #444DC9. Grayscale: #A7A7A7. Windows color (decimal): -4476362 or 3584699. OLE color: 3584699.

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

Color convert

RGB18717854-
CMYK00.050.710.27
HSL55.94º55.19%47.25%-
HSV(B)55.94º71.12%73.33%-
XYZ37.0842.679.77-
YUV166.5664.48142.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 54 (21.48% from 255) = 12.89%
R=44.63%
G=42.48%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871785400.050.710.2755.9455.1947.25
HexBBB23605471B38372f
Octal273262660510733706757
Binary10111011101100101101100101100011111011111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB236; }

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

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

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

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

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

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

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

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