#B4A834

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

Shades of Brass #B4A834

Tints of Brass #B4A834

Color information

#B4A834 (or 0xB4A834) is unknown color: approx Brass. HEX triplet: B4, A8 and 34. RGB value is (180,168,52). Sum of RGB (Red+Green+Blue) = 180+168+52=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A834 is #4B57CB. Grayscale: #9E9E9E. Windows color (decimal): -4937676 or 3451060. OLE color: 3451060.

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

Color convert

RGB18016852-
CMYK00.070.710.29
HSL54.38º55.17%45.49%-
HSV(B)54.38º71.11%70.59%-
XYZ33.4437.968.81-
YUV158.3667.98143.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 52 (20.70% from 255) = 13%
R=45%
G=42%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801685200.070.710.2954.3855.1745.49
HexB4A83407471D36372d
Octal264250640710735666755
Binary10110100101010001101000111100011111101110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A834; }

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

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

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

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

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

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

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

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