#B1B433

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

Shades of Brass #B1B433

Tints of Brass #B1B433

Color information

#B1B433 (or 0xB1B433) is unknown color: approx Brass. HEX triplet: B1, B4 and 33. RGB value is (177,180,51). Sum of RGB (Red+Green+Blue) = 177+180+51=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B433 is #4E4BCC. Grayscale: #A4A4A4. Windows color (decimal): -5131213 or 3388593. OLE color: 3388593.

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

Color convert

RGB17718051-
CMYK0.0200.720.29
HSL61.4º55.84%45.29%-
HSV(B)61.4º71.67%70.59%-
XYZ35.0542.239.44-
YUV164.464.01136.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 51 (20.31% from 255) = 12.5%
R=43.38%
G=44.12%
B=12.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177180510.0200.720.2961.455.8445.29
HexB1B43320481D3d382d
Octal261264632011035757055
Binary1011000110110100110011100100100011101111101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B433; }

 p { color: rgb(177,180,51); }

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

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

 a { background-color: rgb(177,180,51); }

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

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

 span { border-color: rgb(177,180,51); }

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