#B4A741

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

Shades of Brass #B4A741

Tints of Brass #B4A741

Color information

#B4A741 (or 0xB4A741) is unknown color: approx Brass. HEX triplet: B4, A7 and 41. RGB value is (180,167,65). Sum of RGB (Red+Green+Blue) = 180+167+65=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A741 is #4B58BE. Grayscale: #9F9F9F. Windows color (decimal): -4937919 or 4302772. OLE color: 4302772.

HSL color Cylindrical-coordinate representation of color #B4A741: hue angle of 53.22º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4A741 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18016765-
CMYK00.070.640.29
HSL53.22º46.94%48.04%-
HSV(B)53.22º63.89%70.59%-
XYZ33.637.7210.51-
YUV159.2674.81142.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 65 (25.78% from 255) = 15.78%
R=43.69%
G=40.53%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801676500.070.640.2953.2246.9448.04
HexB4A74107401D352f30
Octal2642471010710035655760
Binary101101001010011110000010111100000011101110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A741; }

 p { color: rgb(180,167,65); }

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

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

 a { background-color: rgb(180,167,65); }

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

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

 span { border-color: rgb(180,167,65); }

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