#B4A74F

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

Shades of Brass #B4A74F

Tints of Brass #B4A74F

Color information

#B4A74F (or 0xB4A74F) is unknown color: approx Brass. HEX triplet: B4, A7 and 4F. RGB value is (180,167,79). Sum of RGB (Red+Green+Blue) = 180+167+79=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A74F is #4B58B0. Grayscale: #A1A1A1. Windows color (decimal): -4937905 or 5220276. OLE color: 5220276.

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

Color convert

RGB18016779-
CMYK00.070.560.29
HSL52.28º40.24%50.78%-
HSV(B)52.28º56.11%70.59%-
XYZ34.0537.9112.92-
YUV160.8581.81141.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=42.25%
G=39.20%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801677900.070.560.2952.2840.2450.78
HexB4A74F07381D342833
Octal264247117077035645063
Binary10110100101001111001111011111100011101110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A74F; }

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

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

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

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

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

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

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

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