#B4A850

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

Shades of Brass #B4A850

Tints of Brass #B4A850

Color information

#B4A850 (or 0xB4A850) is unknown color: approx Brass. HEX triplet: B4, A8 and 50. RGB value is (180,168,80). Sum of RGB (Red+Green+Blue) = 180+168+80=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A850 is #4B57AF. Grayscale: #A1A1A1. Windows color (decimal): -4937648 or 5286068. OLE color: 5286068.

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

Color convert

RGB18016880-
CMYK00.070.560.29
HSL52.8º40%50.98%-
HSV(B)52.8º55.56%70.59%-
XYZ34.2738.2913.17-
YUV161.5681.98141.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=42.06%
G=39.25%
B=18.69%

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
Decimal1801688000.070.560.2952.84050.98
HexB4A85007381D352833
Octal264250120077035655063
Binary10110100101010001010000011111100011101110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A850; }

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

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

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

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

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

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

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

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