#B4B53E

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

Shades of Brass #B4B53E

Tints of Brass #B4B53E

Color information

#B4B53E (or 0xB4B53E) is unknown color: approx Brass. HEX triplet: B4, B5 and 3E. RGB value is (180,181,62). Sum of RGB (Red+Green+Blue) = 180+181+62=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B53E is #4B4AC1. Grayscale: #A7A7A7. Windows color (decimal): -4934338 or 4109748. OLE color: 4109748.

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

Color convert

RGB18018162-
CMYK0.0100.660.29
HSL60.5º48.97%47.65%-
HSV(B)60.5º65.75%70.98%-
XYZ36.2243.110.97-
YUV167.1468.67137.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=42.55%
G=42.79%
B=14.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181620.0100.660.2960.548.9747.65
HexB4B53E10421D3d3130
Octal264265761010235756160
Binary101101001011010111111010100001011101111101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B53E; }

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

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

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

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

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

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

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

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