#B2B140

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

Shades of Brass #B2B140

Tints of Brass #B2B140

Color information

#B2B140 (or 0xB2B140) is unknown color: approx Brass. HEX triplet: B2, B1 and 40. RGB value is (178,177,64). Sum of RGB (Red+Green+Blue) = 178+177+64=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B140 is #4D4EBF. Grayscale: #A4A4A4. Windows color (decimal): -5066432 or 4239794. OLE color: 4239794.

HSL color Cylindrical-coordinate representation of color #B2B140: hue angle of 59.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2B140 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17817764-
CMYK00.010.640.30
HSL59.47º47.11%47.45%-
HSV(B)59.47º64.04%69.8%-
XYZ35.0141.2810.97-
YUV164.4271.33137.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=42.48%
G=42.24%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781776400.010.640.3059.4747.1147.45
HexB2B14001401E3b2f2f
Octal2622611000110036735757
Binary1011001010110001100000001100000011110111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B140; }

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

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

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

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

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

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

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

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