#B4B334

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

Shades of Brass #B4B334

Tints of Brass #B4B334

Color information

#B4B334 (or 0xB4B334) is unknown color: approx Brass. HEX triplet: B4, B3 and 34. RGB value is (180,179,52). Sum of RGB (Red+Green+Blue) = 180+179+52=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B334 is #4B4CCB. Grayscale: #A5A5A5. Windows color (decimal): -4934860 or 3453876. OLE color: 3453876.

HSL color Cylindrical-coordinate representation of color #B4B334: hue angle of 59.53º 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 #B4B334 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18017952-
CMYK00.010.710.29
HSL59.53º55.17%45.49%-
HSV(B)59.53º71.11%70.59%-
XYZ35.5642.199.52-
YUV164.8264.33138.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 179 (70.31% from 255) = 43.55%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=43.80%
G=43.55%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801795200.010.710.2959.5355.1745.49
HexB4B33401471D3c372d
Octal264263640110735746755
Binary101101001011001111010001100011111101111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B334; }

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

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

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

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

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

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

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

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