#B3B53C

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

Shades of Brass #B3B53C

Tints of Brass #B3B53C

Color information

#B3B53C (or 0xB3B53C) is unknown color: approx Brass. HEX triplet: B3, B5 and 3C. RGB value is (179,181,60). Sum of RGB (Red+Green+Blue) = 179+181+60=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B53C is #4C4AC3. Grayscale: #A7A7A7. Windows color (decimal): -4999876 or 3978675. OLE color: 3978675.

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

Color convert

RGB17918160-
CMYK0.0100.670.29
HSL60.99º50.21%47.25%-
HSV(B)60.99º66.85%70.98%-
XYZ35.9342.9610.67-
YUV166.6167.84136.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=42.62%
G=43.10%
B=14.29%

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
Decimal179181600.0100.670.2960.9950.2147.25
HexB3B53C10431D3d322f
Octal263265741010335756257
Binary101100111011010111110010100001111101111101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B53C; }

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

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

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

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

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

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

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

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