#B4B53C

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

Shades of Brass #B4B53C

Tints of Brass #B4B53C

Color information

#B4B53C (or 0xB4B53C) is unknown color: approx Brass. HEX triplet: B4, B5 and 3C. RGB value is (180,181,60). Sum of RGB (Red+Green+Blue) = 180+181+60=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B53C is #4B4AC3. Grayscale: #A7A7A7. Windows color (decimal): -4934340 or 3978676. OLE color: 3978676.

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

Color convert

RGB18018160-
CMYK0.0100.670.29
HSL60.5º50.21%47.25%-
HSV(B)60.5º66.85%70.98%-
XYZ36.1643.0810.68-
YUV166.9167.67137.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=42.76%
G=42.99%
B=14.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181600.0100.670.2960.550.2147.25
HexB4B53C10431D3c322f
Octal264265741010335746257
Binary101101001011010111110010100001111101111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B53C; }

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

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

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

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

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

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

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

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