#B4B535

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

Shades of Brass #B4B535

Tints of Brass #B4B535

Color information

#B4B535 (or 0xB4B535) is unknown color: approx Brass. HEX triplet: B4, B5 and 35. RGB value is (180,181,53). Sum of RGB (Red+Green+Blue) = 180+181+53=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B535 is #4B4ACA. Grayscale: #A6A6A6. Windows color (decimal): -4934347 or 3519924. OLE color: 3519924.

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

Color convert

RGB18018153-
CMYK0.0100.710.29
HSL60.47º54.7%45.88%-
HSV(B)60.47º70.72%70.98%-
XYZ35.9943.019.77-
YUV166.1164.17137.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 53 (21.09% from 255) = 12.80%
R=43.48%
G=43.72%
B=12.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181530.0100.710.2960.4754.745.88
HexB4B53510471D3c372e
Octal264265651010735746756
Binary101101001011010111010110100011111101111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B535; }

 p { color: rgb(180,181,53); }

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

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

 a { background-color: rgb(180,181,53); }

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

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

 span { border-color: rgb(180,181,53); }

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