#B4A852

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

Shades of Brass #B4A852

Tints of Brass #B4A852

Color information

#B4A852 (or 0xB4A852) is unknown color: approx Brass. HEX triplet: B4, A8 and 52. RGB value is (180,168,82). Sum of RGB (Red+Green+Blue) = 180+168+82=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A852 is #4B57AD. Grayscale: #A2A2A2. Windows color (decimal): -4937646 or 5417140. OLE color: 5417140.

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

Color convert

RGB18016882-
CMYK00.070.540.29
HSL52.65º39.52%51.37%-
HSV(B)52.65º54.44%70.59%-
XYZ34.3538.3213.57-
YUV161.7882.98140.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=41.86%
G=39.07%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801688200.070.540.2952.6539.5251.37
HexB4A85207361D352833
Octal264250122076635655063
Binary10110100101010001010010011111011011101110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A852; }

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

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

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

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

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

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

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

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