#B2B04B

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

Shades of Brass #B2B04B

Tints of Brass #B2B04B

Color information

#B2B04B (or 0xB2B04B) is unknown color: approx Brass. HEX triplet: B2, B0 and 4B. RGB value is (178,176,75). Sum of RGB (Red+Green+Blue) = 178+176+75=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B04B is #4D4FB4. Grayscale: #A5A5A5. Windows color (decimal): -5066677 or 4960434. OLE color: 4960434.

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

Color convert

RGB17817675-
CMYK00.010.580.30
HSL58.83º40.71%49.61%-
HSV(B)58.83º57.87%69.8%-
XYZ35.1641.0212.72-
YUV165.0877.16137.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=41.49%
G=41.03%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781767500.010.580.3058.8340.7149.61
HexB2B04B013A1E3b2932
Octal262260113017236735162
Binary101100101011000010010110111101011110111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B04B; }

 p { color: rgb(178,176,75); }

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

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

 a { background-color: rgb(178,176,75); }

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

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

 span { border-color: rgb(178,176,75); }

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