#B4A742

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

Shades of Brass #B4A742

Tints of Brass #B4A742

Color information

#B4A742 (or 0xB4A742) is unknown color: approx Brass. HEX triplet: B4, A7 and 42. RGB value is (180,167,66). Sum of RGB (Red+Green+Blue) = 180+167+66=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A742 is #4B58BD. Grayscale: #9F9F9F. Windows color (decimal): -4937918 or 4368308. OLE color: 4368308.

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

Color convert

RGB18016766-
CMYK00.070.630.29
HSL53.16º46.34%48.24%-
HSV(B)53.16º63.33%70.59%-
XYZ33.6237.7310.67-
YUV159.3775.31142.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=43.58%
G=40.44%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801676600.070.630.2953.1646.3448.24
HexB4A742073F1D352e30
Octal264247102077735655660
Binary10110100101001111000010011111111111101110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A742; }

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

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

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

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

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

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

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

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