#B4B134

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

Shades of Brass #B4B134

Tints of Brass #B4B134

Color information

#B4B134 (or 0xB4B134) is unknown color: approx Brass. HEX triplet: B4, B1 and 34. RGB value is (180,177,52). Sum of RGB (Red+Green+Blue) = 180+177+52=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B134 is #4B4ECB. Grayscale: #A4A4A4. Windows color (decimal): -4935372 or 3453364. OLE color: 3453364.

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

Color convert

RGB18017752-
CMYK00.020.710.29
HSL58.59º55.17%45.49%-
HSV(B)58.59º71.11%70.59%-
XYZ35.1641.49.39-
YUV163.6564.99139.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=44.01%
G=43.28%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801775200.020.710.2958.5955.1745.49
HexB4B13402471D3b372d
Octal264261640210735736755
Binary1011010010110001110100010100011111101111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B134; }

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

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

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

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

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

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

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

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