#B1B535

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

Shades of Brass #B1B535

Tints of Brass #B1B535

Color information

#B1B535 (or 0xB1B535) is unknown color: approx Brass. HEX triplet: B1, B5 and 35. RGB value is (177,181,53). Sum of RGB (Red+Green+Blue) = 177+181+53=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B535 is #4E4ACA. Grayscale: #A5A5A5. Windows color (decimal): -5130955 or 3519921. OLE color: 3519921.

HSL color Cylindrical-coordinate representation of color #B1B535: hue angle of 61.88º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1B535 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB17718153-
CMYK0.0200.710.29
HSL61.88º54.7%45.88%-
HSV(B)61.88º70.72%70.98%-
XYZ35.342.659.74-
YUV165.2164.67136.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=43.07%
G=44.04%
B=12.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177181530.0200.710.2961.8854.745.88
HexB1B53520471D3e372e
Octal261265652010735766756
Binary1011000110110101110101100100011111101111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B535; }

 p { color: rgb(177,181,53); }

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

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

 a { background-color: rgb(177,181,53); }

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

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

 span { border-color: rgb(177,181,53); }

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