#B4B033

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

Shades of Brass #B4B033

Tints of Brass #B4B033

Color information

#B4B033 (or 0xB4B033) is unknown color: approx Brass. HEX triplet: B4, B0 and 33. RGB value is (180,176,51). Sum of RGB (Red+Green+Blue) = 180+176+51=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B033 is #4B4FCC. Grayscale: #A3A3A3. Windows color (decimal): -4935629 or 3387572. OLE color: 3387572.

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

Color convert

RGB18017651-
CMYK00.020.720.29
HSL58.14º55.84%45.29%-
HSV(B)58.14º71.67%70.59%-
XYZ34.9540.999.2-
YUV162.9564.83140.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 51 (20.31% from 255) = 12.53%
R=44.23%
G=43.24%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801765100.020.720.2958.1455.8445.29
HexB4B03302481D3a382d
Octal264260630211035727055
Binary1011010010110000110011010100100011101111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B033; }

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

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

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

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

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

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

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

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